-
Notifications
You must be signed in to change notification settings - Fork 2
/
userConfiguration.json
49 lines (49 loc) · 1.8 KB
/
userConfiguration.json
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
45
46
47
48
49
{
"workbench.colorTheme": "One Dark",
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "right",
"workbench.view.alwaysShowHeaderActions": true,
"workbench.layoutControl.enabled": false,
"workbench.activityBar.location": "hidden",
"workbench.startupEditor": "none",
"workbench.editor.editorActionsLocation": "titleBar",
"editor.fontFamily": "'Fira Code', Consolas, 'Courier New', monospace",
"editor.fontSize": 14,
"editor.lineHeight": 1.5,
"editor.tabSize": 2,
"editor.scrollBeyondLastLine": false,
"editor.minimap.enabled": false,
"editor.minimap.renderCharacters": false,
"editor.glyphMargin": false,
"editor.renderLineHighlightOnlyWhenFocus": true,
"editor.fixedOverflowWidgets": true,
"editor.multiCursorModifier": "ctrlCmd",
"editor.showFoldingControls": "always",
"editor.hover.delay": 750,
"window.menuBarVisibility": "classic",
"window.confirmBeforeClose": "always",
"window.title": "${dirty}${activeEditorMedium}",
"window.commandCenter": false,
"npm.fetchOnlinePackageInfo": false,
"json.schemaDownload.enable": true,
"html.format.indentInnerHtml": true,
"css.format.spaceAroundSelectorSeparator": true,
"files.autoSave": "onFocusChange",
"javascript.preferences.importModuleSpecifierEnding": "js",
"typescript.preferences.importModuleSpecifierEnding": "js",
"typescript.check.npmIsInstalled": false,
"typescript.tsserver.web.projectWideIntellisense.suppressSemanticErrors": false,
"typescript.experimental.tsserver.web.typeAcquisition.enabled": true,
"typescript.web.projectWideIntellisense.enabled": true,
"typescript.disableAutomaticTypeAcquisition": true,
"html.format.extraLiners": "",
"[javascript]": {
"editor.tabSize": 2
},
"[html]": {
"editor.tabSize": 2
},
"[css]": {
"editor.tabSize": 2
}
}