-
-
Notifications
You must be signed in to change notification settings - Fork 196
Expand file tree
/
Copy pathsettings.json
More file actions
98 lines (98 loc) · 3.29 KB
/
settings.json
File metadata and controls
98 lines (98 loc) · 3.29 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
{
"breadcrumbs.enabled": false,
"debug.internalConsoleOptions": "neverOpen",
"debug.showInStatusBar": "never",
"editor.acceptSuggestionOnCommitCharacter": false,
"editor.acceptSuggestionOnEnter": "off",
"editor.autoClosingBrackets": "never",
"editor.codeActionsOnSave": {
"source.fixAll": "explicit"
},
"editor.hover.enabled": false,
"editor.inlineSuggest.enabled": false,
"editor.minimap.enabled": false,
"editor.parameterHints.enabled": false,
"editor.quickSuggestions": {
"other": false,
"comments": false,
"strings": false
},
"editor.referenceInfos": false,
"editor.snippetSuggestions": "none",
"editor.suggest.statusBar.visible": false,
"editor.suggestOnTriggerCharacters": false,
"editor.tabSize": 2,
"explorer.autoReveal": false,
"explorer.openEditors.visible": 0,
"extensions.autoCheckUpdates": false,
"extensions.ignoreRecommendations": true,
"files.autoSave": "afterDelay",
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.hg": true,
"**/CVS": true,
"**/.DS_Store": true,
".vscode": true,
".gitignore": true,
".freeCodeCamp": true,
"learn-world-cup-database": true,
".gitpod.Dockerfile": true,
".gitpod.yml": true,
"CHANGELOG.md": true,
"coderoad.yaml": true,
"tutorial.json": true,
"TUTORIAL.md": true,
"README.md": true
},
"html.autoClosingTags": false,
"npm.fetchOnlinePackageInfo": false,
"task.slowProviderWarning": false,
"terminal.integrated.allowChords": false,
"terminal.integrated.commandsToSkipShell": ["coderoad.enter"],
"terminal.integrated.enableFileLinks": false,
"terminal.integrated.environmentChangesIndicator": "off",
"terminal.integrated.macOptionIsMeta": true,
"terminal.integrated.showExitAlert": false,
"telemetry.enableTelemetry": false,
"update.mode": "none",
"update.showReleaseNotes": false,
"workbench.enableExperiments": false,
"workbench.startupEditor": "none",
"workbench.colorTheme": "Tomorrow Night Blue",
"workbench.colorCustomizations": {
"[Tomorrow Night Blue]": {
"menu.background": "#0a0a23",
"menu.foreground": "#ffffff",
"activityBar.background": "#0a0a23",
"activityBar.foreground": "#ffffff",
"activityBar.activeBorder": "#ffffff",
"activityBar.border": "#2a2a40",
"editorWidget.background": "#0a0a23",
"editorWidget.foreground": "#ffffff",
"sideBar.background": "#1b1b32",
"sideBarTitle.foreground": "#858591",
"sideBar.foreground": "#f5f6f7",
"sideBar.border": "#2a2a40",
"editor.background": "#2a2a40",
"editor.foreground": "#dfdfe2",
"tab.activeForeground": "#ffffff",
"tab.inactiveBackground": "#1b1b32",
"tab.inactiveForeground": "#d0d0d5",
"tab.border": "#2a2a40",
"editorGroupHeader.tabsBackground": "#0a0a23",
"editorIndentGuide.background": "#3b3b4f",
"terminal.background": "#0a0a23",
"terminal.foreground": "#ffffff",
"terminal.ansiBrightGreen": "#ffffff",
"panel.background": "#1b1b32",
"panelTitle.inactiveForeground": "#858591",
"panelTitle.activeBorder": "#f5f6f7"
}
},
"workbench.iconTheme": null,
"workbench.statusBar.visible": false,
"workbench.tips.enabled": false,
"workbench.tree.renderIndentGuides": "none",
"zenMode.centerLayout": false
}