-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
25 lines (25 loc) · 819 Bytes
/
settings.json
File metadata and controls
25 lines (25 loc) · 819 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
{
"workbench.colorTheme": "Default Dark Modern",
"workbench.startupEditor": "none",
"workbench.editor.empty.hint": "hidden",
"editor.fontSize": 16,
"editor.fontWeight": "500",
"editor.fontFamily": "Monaco, 'Courier New', monospace",
"editor.minimap.enabled": false,
"editor.formatOnSave": true,
"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,
"files.autoSave": "afterDelay",
"diffEditor.ignoreTrimWhitespace": false,
"debug.console.fontSize": 15,
"terminal.integrated.fontSize": 14,
"terminal.integrated.inheritEnv": false,
"update.showReleaseNotes": false,
"update.mode": "none",
"extensions.ignoreRecommendations": true,
"gitlens.hovers.currentLine.over": "line",
"gitlens.currentLine.enabled": false,
"go.enableCodeLens": {
"runtest": false
}
}