We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8f1642 commit f7b70c3Copy full SHA for f7b70c3
1 file changed
code/settings.json
@@ -14,8 +14,6 @@
14
},
15
"git.autofetch": false,
16
"editor.minimap.enabled": false,
17
- // NOOOOOOOO
18
- "workbench.editor.enablePreview": true,
19
"workbench.editor.enablePreviewFromQuickOpen": false,
20
"editor.renderWhitespace": "all",
21
"gitlens.advanced.messages": {
@@ -201,5 +199,10 @@
201
199
"audioCues.lineHasError": "off",
202
200
"[python]": {
203
"editor.formatOnType": true
204
- }
+ },
+ "git.openRepositoryInParentFolders": "never",
+ "[jsonc]": {
205
+ "editor.defaultFormatter": "esbenp.prettier-vscode"
206
207
+ "search.followSymlinks": true
208
}
0 commit comments