File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "files.autoSave" : " onFocusChange" ,
33 "editor.formatOnPaste" : true ,
44 "editor.formatOnSave" : true ,
5- "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
6- "[python]" : {
7- "editor.defaultFormatter" : " ms-python.black-formatter"
8- },
95 "editor.fontSize" : 18 ,
6+ "extensions.ignoreRecommendations" : true ,
107 "terminal.integrated.defaultProfile.windows" : " Git Bash" ,
118 "window.restoreWindows" : " preserve" ,
129 "workbench.editorAssociations" : {
1310 "*.md" : " vscode.markdown.preview.editor"
1411 },
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- }
12+ "editor.defaultFormatter" : " esbenp.prettier-vscode" ,
13+ "[python]" : {
14+ "editor.defaultFormatter" : " ms-python.black-formatter"
15+ },
16+ "workbench.colorTheme" : " Default Dark+" ,
17+ "workbench.iconTheme" : " vscode-icons" ,
18+ "github.copilot.enable" : {
19+ "python" : false ,
20+ "html" : false ,
21+ "css" : false ,
22+ "SQL" : false
23+ },
24+ "chat.agent.enabled" : false
2325}
You can’t perform that action at this time.
0 commit comments