-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathprofile.code-profile
63 lines (63 loc) · 2.18 KB
/
profile.code-profile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
{
"workbench.colorTheme": "One Dark Pro",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"java.project.importOnFirstTimeStartup": "automatic",
"redhat.telemetry.enabled": true,
"explorer.confirmDelete": false,
"eslint.alwaysShowStatus": true,
"eslint.enable": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"eslint.run": "onSave",
"editor.formatOnSave": true,
"eslint.validate": ["javascript", "vue"],
"workbench.enableExperiments": false,
"files.eol": "\n",
"workbench.iconTheme": "vscode-icons-mac",
"javascript.updateImportsOnFileMove.enabled": "always",
"diffEditor.ignoreTrimWhitespace": false,
// "terminal.integrated.fontFamily": "MesloLGS NF",
// "terminal.integrated.gpuAcceleration": "canvas",
//"terminal.integrated.lineHeight": 1.3,
"tabnine.experimentalAutoImports": true,
"files.autoSave": "afterDelay",
"jestrunner.jestCommand": "node --experimental-vm-modules node_modules/jest/bin/jest.js",
"bracketPairColorizer.depreciation-notice": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"notebook.diff.ignoreMetadata": true,
"php.suggest.basic": false,
"php.validate.enable": false,
"emmet.excludeLanguages": ["markdown", "php"],
"terminal.integrated.defaultProfile.osx": "zsh",
"editor.fontSize": 15,
"turboConsoleLog.addSemicolonInTheEnd": true,
"turboConsoleLog.quote": "'",
"[python]": {
"editor.formatOnType": true
},
"git.ignoreMissingGitWarning": true,
"[python]": {
"editor.defaultFormatter": "ms-python.autopep8",
"editor.formatOnSave": true
},
"terraform.languageServer.enable": true,
"trunk.trunkGrayOutNonBlockingIssues": false,
"window.commandCenter": false,
"editor.tabSize": 2,
"git.confirmSync": false,
"gitlens.gitCommands.skipConfirmations": [
"fetch:command",
"stash-push:command",
"stash-rename:command"
],
"typescript.updateImportsOnFileMove.enabled": "always",
// "python.formatting.provider": "none"
}