We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c82f3aa commit e3d59c5Copy full SHA for e3d59c5
1 file changed
.vscode/settings.json
@@ -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