|
1 | | -{ |
2 | | - "files.autoSave": "onFocusChange", |
3 | | - "editor.formatOnPaste": true, |
4 | | - "editor.formatOnSave": true, |
5 | | - "editor.defaultFormatter": "esbenp.prettier-vscode", |
6 | | - "[python]": { |
7 | | - "editor.defaultFormatter": "ms-python.black-formatter" |
8 | | - }, |
9 | | - "editor.fontSize": 18, |
10 | | - "terminal.integrated.defaultProfile.windows": "Git Bash", |
11 | | - "window.restoreWindows": "preserve", |
12 | | - "workbench.editorAssociations": { |
13 | | - "*.md": "vscode.markdown.preview.editor" |
14 | | - }, |
15 | | - "workbench.colorTheme": "Default Dark+", |
16 | | - "workbench.iconTheme": "vscode-icons", |
17 | | - "github.copilot.enable": { |
18 | | - "python": false, |
19 | | - "html": false, |
20 | | - "css": false, |
21 | | - "SQL": false |
22 | | - }, |
23 | | - "chat.agent.enabled": false |
| 1 | +{ |
| 2 | + "files.autoSave": "onFocusChange", |
| 3 | + "editor.formatOnPaste": true, |
| 4 | + "editor.formatOnSave": true, |
| 5 | + "editor.defaultFormatter": "esbenp.prettier-vscode", |
| 6 | + "[python]": { |
| 7 | + "editor.defaultFormatter": "ms-python.black-formatter" |
| 8 | + }, |
| 9 | + "editor.fontSize": 18, |
| 10 | + "extensions.ignoreRecommendations": true, |
| 11 | + "unwantedRecommendations": ["ms-python.vscode-python-envs"], |
| 12 | + "terminal.integrated.defaultProfile.windows": "Git Bash", |
| 13 | + "window.restoreWindows": "preserve", |
| 14 | + "workbench.editorAssociations": { |
| 15 | + "*.md": "vscode.markdown.preview.editor" |
| 16 | + }, |
| 17 | + "workbench.colorTheme": "Default Dark+", |
| 18 | + "workbench.iconTheme": "vscode-icons", |
| 19 | + "github.copilot.enable": { |
| 20 | + "python": false, |
| 21 | + "html": false, |
| 22 | + "css": false, |
| 23 | + "SQL": false |
| 24 | + }, |
| 25 | + "chat.agent.enabled": false |
24 | 26 | } |
0 commit comments