-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvscode.json
More file actions
42 lines (41 loc) · 1.5 KB
/
vscode.json
File metadata and controls
42 lines (41 loc) · 1.5 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
{
"workbench.activityBar.visible": true,
"extensions.ignoreRecommendations": true,
"telemetry.enableCrashReporter": false,
"telemetry.enableTelemetry": false,
"editor.fontFamily": "Inconsolata",
"editor.fontWeight": "normal",
"editor.fontSize": 16,
"editor.lineHeight": 19,
"[markdown]": {
"editor.minimap.enabled": false,
"editor.rulers": [80],
"editor.tabSize": 2,
"editor.insertSpaces": true,
"editor.formatOnSave": true,
"editor.wordWrap": "wordWrapColumn",
"editor.wordWrapColumn": 81,
"editor.renderWhitespace": "boundary"
},
"markdown.preview.fontSize": 16,
"terminal.integrated.fontSize": 15,
"terminal.integrated.lineHeight": 1.36,
"window.zoomLevel": 0,
"workbench.startupEditor": "newUntitledFile",
"window.menuBarVisibility": "toggle",
"git.confirmSync": false,
"window.title": "${dirty}${activeEditorMedium}${separator}${rootName}${separator}${appName}",
"python.jediEnabled": false,
"explorer.confirmDelete": false,
"gitlens.codeLens.enabled": false,
"gitlens.currentLine.enabled": false,
"workbench.statusBar.feedback.visible": false,
"editor.suggestSelection": "first",
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"[json]": {
},
"editor.renderControlCharacters": false,
"editor.renderWhitespace": "all",
"workbench.colorTheme": "Solarized Dark",
"workbench.editor.showTabs": true,
}