-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathworkspace.code-workspace
More file actions
152 lines (150 loc) · 4.84 KB
/
workspace.code-workspace
File metadata and controls
152 lines (150 loc) · 4.84 KB
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
152
{
"folders": [
{
"path": "."
}
],
"settings": {
"editor.tabSize": 8,
"javascript.format.insertSpaceAfterFunctionKeywordForAnonymousFunctions": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"javascript.format.semicolons": "insert",
"workbench.colorTheme": "Default Dark+",
"editor.tokenColorCustomizations": {
"comments": { "foreground": "#f1f37b" }
},
"workbench.colorCustomizations": {
"[Solarized Light]": {
"terminal.foreground" : "#f87878",
"terminal.background" : "#383737",
"debugConsole.warningForeground": "#800",
"debugConsole.errorForeground": "#d00",
"debugConsole.sourceForeground": "#0c0",
"debugConsole.infoForeground": "#00f"
}
},
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"javascript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
"javascript.referencesCodeLens.enabled": true,
"js/ts.implicitProjectConfig.module": "ES2022",
"js/ts.implicitProjectConfig.target": "ES2022",
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBrackets": true,
"typescript.format.semicolons": "insert",
"editor.bracketPairColorization.independentColorPoolPerBracketType": true,
"editor.fontSize": 15,
"editor.minimap.maxColumn": 80,
"editor.mouseWheelScrollSensitivity": 3,
"editor.padding.bottom": 5,
"editor.semanticHighlighting.enabled": true,
"editor.smoothScrolling": true,
"editor.wordWrap": "wordWrapColumn",
"workbench.list.smoothScrolling": true,
"files.eol": "\n",
"files.insertFinalNewline": true,
"files.simpleDialog.enable": true,
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
"javascript.format.insertSpaceAfterConstructor": true,
"js/ts.implicitProjectConfig.checkJs": true,
"typescript.enablePromptUseWorkspaceTsdk": true,
"typescript.format.insertSpaceAfterKeywordsInControlFlowStatements": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingEmptyBraces": false,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyBraces": true,
"typescript.format.insertSpaceAfterOpeningAndBeforeClosingNonemptyParenthesis": true,
"typescript.format.insertSpaceAfterTypeAssertion": true,
"typescript.tsserver.experimental.enableProjectDiagnostics": true,
"debug.javascript.autoAttachFilter": "smart",
"npm.packageManager": "npm",
"files.autoSave": "afterDelay",
"editor.folding": false,
"editor.stickyScroll.enabled": false,
"terminal.integrated.smoothScrolling": true,
"editor.scrollbar.verticalScrollbarSize": 20,
"editor.cursorSurroundingLines": 3,
"terminal.integrated.mouseWheelScrollSensitivity": 5,
"terminal.integrated.fastScrollSensitivity": 20,
"terminal.integrated.scrollback": 10000,
"github.copilot.enable": {
"*": true,
"yaml": false,
"plaintext": true,
"markdown": true
},
"editor.find.autoFindInSelection": "multiline",
"search.seedWithNearestWord": true,
"editor.dragAndDrop": false,
"editor.acceptSuggestionOnEnter": "on",
"editor.inlineSuggest.enabled": true,
"editor.lineHeight": 1.6,
"editor.minimap.autohide": true,
"terminal.integrated.copyOnSelection": true,
"terminal.integrated.minimumContrastRatio": 7,
"terminal.integrated.tabs.focusMode": "singleClick",
"terminal.integrated.defaultLocation": "editor",
"files.associations": {
"atomic": "cpp",
"ios": "cpp",
"system_error": "cpp",
"xiosbase": "cpp",
"xstring": "cpp",
"bit": "cpp",
"cctype": "cpp",
"clocale": "cpp",
"cmath": "cpp",
"compare": "cpp",
"concepts": "cpp",
"cstddef": "cpp",
"cstdint": "cpp",
"cstdio": "cpp",
"cstdlib": "cpp",
"cstring": "cpp",
"ctime": "cpp",
"cwchar": "cpp",
"exception": "cpp",
"initializer_list": "cpp",
"iosfwd": "cpp",
"iostream": "cpp",
"istream": "cpp",
"iterator": "cpp",
"limits": "cpp",
"memory": "cpp",
"new": "cpp",
"ostream": "cpp",
"stdexcept": "cpp",
"streambuf": "cpp",
"string": "cpp",
"tuple": "cpp",
"type_traits": "cpp",
"typeinfo": "cpp",
"utility": "cpp",
"xfacet": "cpp",
"xlocale": "cpp",
"xlocinfo": "cpp",
"xlocnum": "cpp",
"xmemory": "cpp",
"xstddef": "cpp",
"xtr1common": "cpp",
"xutility": "cpp",
"vector": "cpp",
"algorithm": "cpp",
"charconv": "cpp",
"chrono": "cpp",
"format": "cpp",
"mutex": "cpp",
"thread": "cpp"
},
"workbench.commandPalette.experimental.suggestCommands": true,
"workbench.experimental.cloudChanges.autoStore": "onShutdown",
"workbench.panel.defaultLocation": "right",
"workbench.sash.size": 8,
"workbench.statusBar.visible": false,
"search.seedOnFocus": true,
"[cpp]": {
"editor.cursorSmoothCaretAnimation": "on",
"editor.dragAndDrop": false,
"editor.guides.bracketPairs": true
},
"editor.minimap.enabled": false,
"breadcrumbs.enabled": false
}
}