-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsetting.json
More file actions
47 lines (41 loc) · 1.35 KB
/
Copy pathsetting.json
File metadata and controls
47 lines (41 loc) · 1.35 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
45
46
47
{
"workbench.startupEditor": "newUntitledFile",
"workbench.colorTheme": "Ayu Light",
"editor.fontFamily": "JetBrains Mono",
"window.zoomLevel": 1,
"window.title": "🤯${separator}${activeEditorShort}${separator}${rootName}",
"workbench.iconTheme": "vscode-icons",
"editor.wordWrap": "on",
"editor.wordWrapColumn": 150,
"editor.fontSize": 14,
"editor.letterSpacing": 0,
"[html]": {
"editor.defaultFormatter": "HookyQR.beautify"
},
"css.lint.zeroUnits": "warning",
"bracket-pair-colorizer-2.forceUniqueOpeningColor": true,
"liveServer.settings.donotShowInfoMsg": true,
"files.associations": {
"*.html": "html"
},
/* Uso espacios en vez de tabs en css y scss*/
"[css]": {
"editor.insertSpaces": true,
},
"[scss]": {
"editor.insertSpaces": true,
},
/*
## Silence the noise ##
*/
"workbench.activityBar.visible": false,
"explorer.openEditors.visible": 0,
"editor.minimap.enabled": false,
"workbench.statusBar.visible": false,
"breadcrumbs.enabled": false,
"workbench.sideBar.location": "right",
"terminal.integrated.shell.windows": "C:\\Program Files\\Git\\bin\\bash.exe",
"liveServer.settings.donotVerifyTags": true,
"todo-tree.tree.showScanModeButton": false,
"workbench.settings.editor": "json"
}