-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
44 lines (43 loc) · 1.63 KB
/
settings.json
File metadata and controls
44 lines (43 loc) · 1.63 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
35
36
37
38
39
40
41
42
43
44
{
"editor.fontFamily": "Dank Mono",
"editor.fontFamily": "Fragment Mono",
"editor.fontFamily": "Roboto Thin Italic",
"editor.fontWeight": "bold",
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"breadcrumbs.enabled": false,
"editor.minimap.enabled": false,
"editor.fontSize": 15,
"editor.lineNumbers": "off",
"explorer.confirmDragAndDrop": false,
"editor.wordWrap": "on",
"explorer.confirmDelete": false,
"reactSnippets.settings.importReactOnTop": false,
"editor.cursorBlinking": "expand",
"editor.find.cursorMoveOnType": false,
"editor.cursorSmoothCaretAnimation": "on",
"emmet.includeLanguages": {
"javascript": "javascriptreact"
},
"terminal.integrated.enableMultiLinePasteWarning": false,
"git.openRepositoryInParentFolders": "never",
"workbench.iconTheme": "material-icon-theme",
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.accessibilitySupport": "off",
"terminal.integrated.env.windows": {},
"git.autofetch": true,
"workbench.statusBar.visible": false,
"workbench.colorTheme": "Dark Magic Tokyo",
"window.menuBarVisibility": "compact",
"workbench.layoutControl.enabled": false,
"window.commandCenter": false,
//"window.zoomLevel": 2,
"symbols.hidesExplorerArrows": false,
//"workbench.activityBar.location": "hidden",
"tabnine.experimentalAutoImports": true,
"cmake.showOptionsMovedNotification": false,
"cmake.configureOnOpen": true,
"code-runner.runInTerminal": true,
"code-runner.saveFileBeforeRun": true
}