-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
151 lines (151 loc) · 4.81 KB
/
settings.json
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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
{
"files.associations": {
"**/templates/*.html": "django-html",
"**/templates/*": "json",
"**/requirements{/**,*}.{txt,in}": "pip-requirements",
"*.html": "html",
"*.yaml": "yaml",
"*.config": "shellscript"
},
"emmet.includeLanguages": { "django-html": "html" },
"html.autoClosingTags": true,
"auto-close-tag.enableAutoCloseTag": true,
"java.jdt.ls.java.home": "/Library/Java/JavaVirtualMachines/corretto-17.0.4/Contents/Home",
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"C_Cpp.updateChannel": "Insiders",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"java.jdt.ls.vmargs": "-noverify -Xmx1G -XX:+UseG1GC -XX:+UseStringDeduplication -javaagent:\"/Users/chloe/.vscode/extensions/gabrielbb.vscode-lombok-1.0.1/server/lombok.jar\"",
"[json]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"breadcrumbs.showEnums": true,
"editor.defaultFormatter": "vscode.html-language-features"
},
"workbench.activityBar.visible": true,
"python.jediEnabled": false,
"files.exclude": {
"**/.classpath": true,
"**/.project": true,
"**/.settings": true,
"**/.factorypath": true
},
"workbench.iconTheme": "vscode-icons",
"editor.autoClosingBrackets": "always",
"open-in-browser.default": "chrome",
"cSpell.enableFiletypes": ["django-html"],
"sqltools.useNodeRuntime": true,
"liveServer.settings.donotShowInfoMsg": true,
"[vue]": {
"editor.insertSpaces": true,
"editor.tabSize": 2
},
"[django-html]": {
"editor.tabSize": 2
},
"kite.showWelcomeNotificationOnStartup": false,
"hediet.vscode-drawio.theme": "min",
"python.languageServer": "Default",
"todo-tree.tree.showScanModeButton": false,
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"gitlens.advanced.fileHistoryFollowsRenames": false,
"java.configuration.updateBuildConfiguration": "interactive",
"java.completion.enabled": true,
"java.semanticHighlighting.enabled": true,
"[jsonc]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"editor.tabSize": 2,
"workbench.editorAssociations": {
"*.ipynb": "jupyter-notebook"
},
"python.pythonPath": "/usr/local/bin/python3",
"vsicons.dontShowNewVersionMessage": true,
"go.toolsManagement.autoUpdate": true,
"python.defaultInterpreterPath": "/usr/local/bin/python3",
"mssql.connections": [
{
"server": "{{put-server-name-here}}",
"database": "{{put-database-name-here}}",
"user": "{{put-username-here}}",
"password": ""
}
],
"terminal.integrated.profiles.osx": {
"zsh": {
"path": "/usr/local/bin/zsh"
}
},
"notebook.cellToolbarLocation": {
"default": "right",
"jupyter-notebook": "left"
},
"go.lintTool": "golint",
"workbench.colorTheme": "One Monokai",
"workbench.colorCustomizations": {
"terminal.background": "#192025",
"terminal.foreground": "#CBD6E2",
"terminalCursor.background": "#CBD6E2",
"terminalCursor.foreground": "#CBD6E2",
"terminal.ansiBlack": "#0B1C2C",
"terminal.ansiBlue": "#8B56BF",
"terminal.ansiBrightBlack": "#627E99",
"terminal.ansiBrightBlue": "#8B56BF",
"terminal.ansiBrightCyan": "#0797f7",
"terminal.ansiBrightGreen": "#56BF8B",
"terminal.ansiBrightMagenta": "#da6da3",
"terminal.ansiBrightRed": "#fcd941",
"terminal.ansiBrightWhite": "#F7F9FB",
"terminal.ansiBrightYellow": "#8BBF56",
"terminal.ansiCyan": "#568BBF",
"terminal.ansiGreen": "#56BF8B",
"terminal.ansiMagenta": "#BF568B",
"terminal.ansiRed": "#e9d371",
"terminal.ansiWhite": "#CBD6E2",
"terminal.ansiYellow": "#8BBF56"
},
"bracket-pair-colorizer-2.depreciation-notice": false,
"editor.accessibilitySupport": "on",
"java.configuration.runtimes": [
{
"name": "JavaSE-11",
"path": "/Library/Java/JavaVirtualMachines/jdk-11.0.12.jdk/Contents/Home",
"default": true
}
],
"editor.linkedEditing": true,
"npm.keybindingsChangedWarningShown": true,
"settingsSync.ignoredExtensions": [],
"[python]": {
"editor.formatOnType": true
},
"redhat.telemetry.enabled": false,
"window.zoomLevel": 1,
"jupyter.interactiveWindow.textEditor.executeSelection": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true,
"source.fixAll.markdownlint": true
},
"editor.formatOnSave": true,
"eslint.format.enable": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"javascript.format.enable": false,
"files.insertFinalNewline": true,
"files.trimFinalNewlines": false
}