-
Notifications
You must be signed in to change notification settings - Fork 0
/
user-settings.json
32 lines (32 loc) · 1.11 KB
/
user-settings.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
{
"editor.tabSize": 2,
"editor.glyphMargin": false,
"breadcrumbs.enabled": false,
"editor.hover.enabled": false,
"window.commandCenter": false,
"editor.smoothScrolling": true,
"explorer.compactFolders": false,
"editor.cursorBlinking": "expand",
"workbench.startupEditor": "none",
"workbench.colorCustomizations": {
"selection.background": "#3D4556"
},
"editor.scrollBeyondLastLine": false,
"editor.cursorSmoothCaretAnimation": "on",
"workbench.iconTheme": "material-icon-theme",
"workbench.colorTheme": "Ayu Mirage Bordered",
"liveServer.settings.donotShowInfoMsg": true,
"liveServer.settings.donotVerifyTags": true,
"security.workspace.trust.untrustedFiles": "open",
"editor.stickyScroll.enabled": false,
"editor.linkedEditing": true,
"javascript.updateImportsOnFileMove.enabled": "always",
"editor.inlineSuggest.showToolbar": "onHover",
"terminal.integrated.defaultProfile.windows": "Git Bash",
"git.showActionButton": {
"commit": true,
"publish": true,
"sync": true
},
"scm.showActionButton": true
}