-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
30 lines (28 loc) · 879 Bytes
/
settings.json
File metadata and controls
30 lines (28 loc) · 879 Bytes
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
{
"git.ignoreMissingGitWarning": true,
"update.channel": "none",
"update.mode": "none",
"editor.fontSize": 12,
"editor.fontFamily": "Fira Code, Consolas, 'Courier New', monospace",
"editor.fontLigatures": true,
// A simple extension to make (indent-rainbow) indentation more readable
// Color the indentation according to the scheme
"indentRainbow.colors": [
"rgba(16,16,16,0.1)",
"rgba(16,16,16,0.2)",
"rgba(16,16,16,0.3)",
"rgba(16,16,16,0.4)",
"rgba(16,16,16,0.5)",
"rgba(16,16,16,0.6)",
"rgba(16,16,16,0.7)",
"rgba(16,16,16,0.8)",
"rgba(16,16,16,0.9)",
"rgba(16,16,16,1.0)"
],
"debug.console.fontSize": 12,
"terminal.integrated.fontSize": 12,
"window.zoomLevel": 0,
"terminal.integrated.shell.windows": "C:\\WINDOWS\\System32\\cmd.exe",
"extensions.ignoreRecommendations": true,
"editor.wordWrap": "on"
}