-
Notifications
You must be signed in to change notification settings - Fork 0
/
settings.json
76 lines (76 loc) · 2.26 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
{
"breadcrumbs.enabled": false,
"editor.fontFamily": "'Cascadia Code', 'JetBrains Mono'",
"editor.fontSize": 13,
"editor.letterSpacing": 1.2,
"editor.lineHeight": 20,
"editor.fontLigatures": true,
"editor.formatOnSave": true,
"editor.minimap.enabled": false,
"editor.suggestSelection": "first",
"editor.tabSize": 2,
"editor.rulers": [
80,
120
],
"editor.renderLineHighlight": "gutter",
"editor.bracketPairColorization.enabled": true,
"editor.guides.bracketPairs": "active",
"explorer.compactFolders": false,
"explorer.confirmDelete": false,
"git.enableSmartCommit": true,
"git.autofetch": true,
"git.confirmSync": false,
"security.workspace.trust.untrustedFiles": "newWindow",
"telemetry.telemetryLevel": "off",
"terminal.integrated.defaultLocation": "view",
"terminal.integrated.cursorStyle": "underline",
"terminal.integrated.fontSize": 10,
"terminal.integrated.fontFamily": "'Cascadia Code', 'JetBrains Mono'",
"terminal.integrated.profiles.windows": {
"PowerShell": {
"source": "PowerShell",
"icon": "terminal-powershell",
"args": [
"-NoLogo"
]
},
"Command Prompt": {
"path": [
"${env:windir}\\Sysnative\\cmd.exe",
"${env:windir}\\System32\\cmd.exe"
],
"args": [],
"icon": "terminal-cmd"
},
"Git Bash": {
"source": "Git Bash"
},
},
"terminal.integrated.defaultProfile.windows": "PowerShell",
"terminal.integrated.enablePersistentSessions": false,
"update.enableWindowsBackgroundUpdates": false,
"update.mode": "none",
"update.showReleaseNotes": false,
"vsintellicode.modify.editor.suggestSelection": "automaticallyOverrodeDefaultValue",
"window.menuBarVisibility": "compact",
"workbench.colorTheme": "Default Dark Modern",
"workbench.colorCustomizations": {
"editor.background": "#191622",
"editor.foreground": "#E1E1E6"
},
"workbench.iconTheme": "material-icon-theme",
"workbench.sideBar.location": "right",
"workbench.statusBar.visible": false,
"workbench.startupEditor": "none",
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"redhat.telemetry.enabled": false,
"xml.symbols.maxItemsComputed": 50000,
"xml.server.vmargs": "-Xmx128M",
"codesnap.transparentBackground": true,
"codesnap.showWindowTitle": true,
"codesnap.containerPadding": "0.1em",
"window.zoomLevel": 0
}