|
1 | 1 | { |
2 | | - "editor.fontSize": 20, |
3 | | - "markdown.preview.fontSize": 20, |
4 | | - "terminal.integrated.fontSize": 20, |
5 | | - "editor.mouseWheelZoom": true, |
6 | | - "terminal.integrated.mouseWheelZoom": true, |
7 | 2 | "breadcrumbs.enabled": false, |
8 | 3 | "editor.dragAndDrop": false, |
| 4 | + "editor.fontSize": 20, |
9 | 5 | "editor.minimap.enabled": false, |
| 6 | + "editor.mouseWheelZoom": true, |
10 | 7 | "editor.renderWhitespace": "all", |
11 | 8 | "files.exclude": { |
12 | 9 | "**/.*": true, |
13 | 10 | "**/__pycache__": true |
14 | 11 | }, |
| 12 | + "git.detectSubmodules": false, |
| 13 | + "git.openRepositoryInParentFolders": "never", |
| 14 | + "markdown.preview.fontSize": 20, |
| 15 | + "python.testing.pytestArgs": [ |
| 16 | + "tests" |
| 17 | + ], |
| 18 | + "python.testing.pytestEnabled": true, |
| 19 | + "terminal.integrated.fontSize": 20, |
| 20 | + "terminal.integrated.mouseWheelZoom": true, |
| 21 | + "window.autoDetectColorScheme": true, |
15 | 22 | "window.commandCenter": false, |
16 | 23 | "workbench.editorAssociations": { |
17 | 24 | "*.md": "vscode.markdown.preview.editor" |
18 | 25 | }, |
19 | 26 | "workbench.layoutControl.enabled": false, |
20 | | - "python.testing.pytestArgs": ["tests"], |
21 | | - "python.testing.pytestEnabled": true, |
22 | | - "window.autoDetectColorScheme": true, |
23 | 27 | "workbench.preferredDarkColorTheme": "GitHub Dark", |
24 | 28 | "workbench.preferredLightColorTheme": "GitHub Light" |
25 | 29 | } |
26 | | - |
|
0 commit comments