-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
34 lines (33 loc) · 1.16 KB
/
settings.json
File metadata and controls
34 lines (33 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{
"terminal.integrated.env.linux": {},
"window.commandCenter": false,
"editor.wordWrap": "on",
"editor.mouseWheelZoom": true,
"terminal.integrated.mouseWheelZoom": true,
"editor.minimap.enabled": false,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"notebook.defaultFormatter": "esbenp.prettier-vscode",
"notebook.formatOnSave.enabled": true,
"editor.foldingImportsByDefault": false,
"typescript.preferences.preferTypeOnlyAutoImports": true,
"workbench.iconTheme": "material-icon-theme",
"editor.codeActionsOnSave": {
"source.organizeImports": "explicit"
},
"window.menuBarVisibility": "toggle",
"workbench.sideBar.location": "right",
"explorer.confirmDelete": false,
"editor.stickyScroll.enabled": false,
"workbench.colorTheme": "WD Dark Cool",
"git.openRepositoryInParentFolders": "never",
"emmet.includeLanguages": {
"django-html": "html"
},
"editor.linkedEditing": true,
"editor.formatOnSave": true,
"terminal.integrated.fontSize": 26,
"print.folder.includeFileList": true,
"editor.inlayHints.enabled": "offUnlessPressed",
"security.workspace.trust.untrustedFiles": "open",
"window.restoreWindows": "none"
}