|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+{
|
|
|
2
|
+ "workbench.colorTheme": "⠀",
|
|
|
3
|
+ "workbench.sideBar.location": "right",
|
|
|
4
|
+ "editor.colorDecoratorsLimit": 1000000,
|
|
|
5
|
+ "workbench.preferredDarkColorTheme": "⠀",
|
|
|
6
|
+ "workbench.preferredHighContrastColorTheme": "⠀",
|
|
|
7
|
+ "workbench.preferredHighContrastLightColorTheme": "⠀",
|
|
|
8
|
+ "workbench.preferredLightColorTheme": "⠀",
|
|
|
9
|
+ "terminal.integrated.minimumContrastRatio": 1,
|
|
|
10
|
+ "editor.hover.delay": 0,
|
|
|
11
|
+ "workbench.hover.delay": 0,
|
|
|
12
|
+ "workbench.sash.hoverDelay": 0,
|
|
|
13
|
+ "workbench.tree.renderIndentGuides": "always",
|
|
|
14
|
+ "editor.bracketPairColorization.independentColorPoolPerBracketType": true,
|
|
|
15
|
+ "editor.bracketPairColorization.enabled": false,
|
|
|
16
|
+ "editor.inlineSuggest.showToolbar": "always",
|
|
|
17
|
+ "editor.stickyScroll.enabled": true,
|
|
|
18
|
+ "workbench.view.alwaysShowHeaderActions": true,
|
|
|
19
|
+ "window.commandCenter": true,
|
|
|
20
|
+ "window.zoomLevel": -1,
|
|
|
21
|
+ "notebook.stickyScroll.enabled": true,
|
|
|
22
|
+ "editor.renderWhitespace": "all",
|
|
|
23
|
+ "json.maxItemsComputed": 65536,
|
|
|
24
|
+ "files.exclude": {
|
|
|
25
|
+ "**/.DS_Store": false,
|
|
|
26
|
+ "**/.git": false,
|
|
|
27
|
+ "**/.hg": false,
|
|
|
28
|
+ "**/.svn": false,
|
|
|
29
|
+ "**/CVS": false,
|
|
|
30
|
+ "**/Thumbs.db": false
|
|
|
31
|
+ },
|
|
|
32
|
+ "diffEditor.codeLens": true,
|
|
|
33
|
+ "diffEditor.maxComputationTime": 0,
|
|
|
34
|
+ "editor.defaultColorDecorators": true,
|
|
|
35
|
+ "scm.diffDecorationsGutterWidth": 4,
|
|
|
36
|
+ "search.searchEditor.defaultNumberOfContextLines": 4,
|
|
|
37
|
+ "search.quickOpen.includeSymbols": true,
|
|
|
38
|
+ "search.defaultViewMode": "tree",
|
|
|
39
|
+ "search.exclude": {
|
|
|
40
|
+ "**/*.code-search": false,
|
|
|
41
|
+ "**/bower_components": false,
|
|
|
42
|
+ "**/node_modules": false
|
|
|
43
|
+ },
|
|
|
44
|
+ "editor.columnSelection": true,
|
|
|
45
|
+ "editor.detectIndentation": false,
|
|
|
46
|
+ "editor.foldingMaximumRegions": 65000,
|
|
|
47
|
+ "editor.foldingImportsByDefault": true,
|
|
|
48
|
+ "editor.glyphMargin": false,
|
|
|
49
|
+ "editor.guides.highlightActiveIndentation": "always",
|
|
|
50
|
+ "editor.linkedEditing": true,
|
|
|
51
|
+ "editor.multiCursorPaste": "full",
|
|
|
52
|
+ "editor.renderLineHighlight": "all",
|
|
|
53
|
+ "editor.scrollbar.horizontal": "visible",
|
|
|
54
|
+ "editor.scrollbar.vertical": "visible",
|
|
|
55
|
+ "editor.scrollbar.verticalScrollbarSize": 16,
|
|
|
56
|
+ "editor.scrollbar.horizontalScrollbarSize": 16,
|
|
|
57
|
+ "editor.semanticHighlighting.enabled": true,
|
|
|
58
|
+ "editor.showFoldingControls": "always",
|
|
|
59
|
+ }
|