Skip to content

Commit e3d59c5

Browse files
authored
Create settings.json
1 parent c82f3aa commit e3d59c5

1 file changed

Lines changed: 23 additions & 0 deletions

File tree

.vscode/settings.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"extensions.showBuiltin": true,
3+
"redhat.telemetry.enabled": false,
4+
"workbench.colorTheme": "Gruvbox Dark Hard",
5+
"editor.fontSize": 18,
6+
"git.autofetch": true,
7+
"python.insidersChannel": "off",
8+
"update.mode": "manual",
9+
"extensions.autoUpdate": false,
10+
"files.autoSave": "onFocusChange",
11+
"files.exclude": {
12+
"**/*.egg-info": true,
13+
".gitpod.yml": true,
14+
"LICENSE": true,
15+
".vscode/": true,
16+
"**/__pycache__": true,
17+
".gitignore": true,
18+
".mypy_cache": true,
19+
"coverage.xml": true,
20+
".pytest_cache": true
21+
},
22+
"editor.mouseWheelZoom": true
23+
}

0 commit comments

Comments
 (0)