-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsettings.json
32 lines (32 loc) · 1.21 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
{
"workbench.colorTheme": "Tokyo Night Storm",
"explorer.confirmDelete": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"python.defaultInterpreterPath": "/usr/local/bin/python3",
"emmet.includeLanguages": { "javascript": "javascriptreact"},
"emmet.triggerExpansionOnTab": true,
"code-runner.runInTerminal": true,
"omnisharp.loggingLevel": "debug",
"explorer.confirmDragAndDrop": false,
"redhat.telemetry.enabled": true,
"editor.minimap.enabled": false,
"editor.renderWhitespace": "trailing",
"editor.linkedEditing": true,
"editor.suggest.insertMode": "replace",
"editor.acceptSuggestionOnCommitCharacter": false,
"explorer.autoReveal": false,
"workbench.tree.indent": 15,
"workbench.tree.renderIndentGuides": "always",
"workbench.editor.enablePreview": false,
"editor.fontFamily": "Jetbrains Mono, Menlo, Monaco, 'Courier New', monospace",
"workbench.iconTheme": "material-icon-theme",
"files.exclude": {
"**/.git": false,
},
"workbench.colorCustomizations": {
"[Tokyo Night Storm]": {
"editor.background": "#121a30"
}
}
}