-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
173 lines (173 loc) · 7.39 KB
/
settings.json
File metadata and controls
173 lines (173 loc) · 7.39 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
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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
// User setting json file
{
"workbench.activityBar.location": "hidden",
"workbench.statusBar.visible": false,
"workbench.startupEditor": "none",
"workbench.tips.enabled": false,
"editor.minimap.enabled": false,
// "editor.minimap.renderCharacters": false,
// "editor.copyWithSyntaxHighlighting": false,
// "breadcrumbs.enabled": false,
"breadcrumbs.symbolPath": "off",
"editor.linkedEditing": true,
"editor.wordWrap": "on",
"editor.glyphMargin": true,
// "workbench.sideBar.location": "right",
"workbench.iconTheme": "material-icon-theme",
"material-icon-theme.hidesExplorerArrows": true,
"workbench.tree.enableStickyScroll": false,
"workbench.tree.renderIndentGuides": "none",
"workbench.tree.indent": 8,
"explorer.compactFolders": false,
"explorer.confirmDragAndDrop": false,
"explorer.confirmDelete": false,
"explorer.decorations.badges": false,
"git.decorations.enabled": false,
"window.zoomLevel": 0,
"window.customTitleBarVisibility": "windowed",
"window.titleBarStyle": "custom",
"editor.cursorSmoothCaretAnimation": "on",
"custom-ui-style.stylesheet": {
".notification-toast": "box-shadow: none !important",
".quick-input-widget.show-file-icons": "box-shadow: none !important",
".quick-input-widget": "top: 25vh !important",
".quick-input-list .scrollbar": "display: none",
".monaco-action-bar.quick-input-inline-action-bar": "display: none",
".editor-widget.find-widget": "box-shadow: none; border-radius: 4px",
".quick-input-titlebar": "background: #100B15 !important",
".monaco-workbench .part.editor > .content .editor-group-container > .title.title-border-bottom:after": "display: none",
".monaco-scrollable-element > .shadow .top": "display: none",
// ".monaco-scrollable-element > .scrollbar > .slider": "display: none",
".xterm .xterm-scrollable-element > .scrollbar > .slider": "display: none",
".sidebar .title-label": "padding: 0 !important",
".sidebar": "border: none !important",
"div:has(+ .sidebar2-compositeComponent)": "display: none",
".sidebar2-compositeComponent": "padding-top: 8px; inset: 0px !important",
// below line for view as tree/list for git chnages sidebar
".monaco-pane-view .pane>.pane-header>.actions": "display: none !important",
".monaco-workbench .part.sidebar > .content .composite-bar": "display: none",
".monaco-workbench .monaco-list:not(.element-focused):focus:before": "outline: none !important",
".monaco-workbench .part.panel.bottom": "height: 100%",
".monaco-workbench .part.panel.bottom .composite.title": "display: none",
".monaco-workbench .part.panel.bottom .content": "padding-top: 8px",
".monaco-workbench .part.panel.bottom .prompt-bar-container": "display: none !important",
".monaco-list-row.focused": "outline: none !important",
".editor-actions": "display: none !important",
".monaco-editor .scroll-decoration": "display: none",
".title-actions": "display: none !important",
".title.show-file-icons .label-container .monaco-icon-label.file-icon": "justify-content: center; padding: 0 !important",
".title .monaco-icon-label:after": "margin-right: 0",
".monaco-editor .cursors-layer .cursor": "background-image: linear-gradient(135deg, #ffaffc 10%, #DA70D6 100%)"
},
"custom-ui-style.font.sansSerif": "Dank Mono",
"editor.cursorBlinking": "solid",
"editor.cursorStyle": "block",
"workbench.colorCustomizations": {
"editorCursor.background": "#000000",
// "input.background": "#1c2128",
// "editorOverviewRuler.wordHighlightStrongForeground": "#0000",
"editorOverviewRuler.selectionHighlightForeground": "#0000",
"editorOverviewRuler.rangeHighlightForeground": "#0000",
"editorOverviewRuler.wordHighlightForeground": "#0000",
"editorOverviewRuler.bracketMatchForeground": "#0000",
"editorOverviewRuler.findMatchForeground": "#0000",
"editorOverviewRuler.modifiedForeground": "#0000",
"editorOverviewRuler.deletedForeground": "#0000",
"editorOverviewRuler.warningForeground": "#0000",
"editorOverviewRuler.addedForeground": "#0000",
"editorOverviewRuler.errorForeground": "#0000",
"editorOverviewRuler.infoForeground": "#0000",
"editorOverviewRuler.border": "#0000",
"[GitHub Dark Dimmed]": {
"editorSuggestWidget.selectedBackground": "#3A334B",
// "editor.background": "#1c2128",
// "sideBar.background": "#1c2128", // darker
"sideBar.background": "#22272e" // same as editor
}
},
"editor.fontFamily": "Dank Mono",
"editor.fontSize": 14,
"terminal.integrated.fontSize": 14,
"editor.lineHeight": 1.6,
"editor.tokenColorCustomizations": {
"textMateRules": [
{
"scope": "comment",
"settings": {
"fontStyle": "italic"
}
}
]
},
"editor.stickyScroll.enabled": false,
"editor.colorDecorators": false,
"editor.codeLens": false,
"editor.links": false,
"editor.matchBrackets": "never",
"editor.parameterHints.enabled": false,
"editor.lightbulb.enabled": "off",
"editor.hover.enabled": false,
// "editor.hover.delay": 1000,
"workbench.hover.delay": 60000,
"files.trimTrailingWhitespace": true,
"files.insertFinalNewline": true,
"editor.detectIndentation": false,
"editor.showFoldingControls": "never",
"editor.guides.indentation": false,
"editor.renderWhitespace": "none",
"editor.renderLineHighlight": "none",
"editor.occurrencesHighlight": "off",
"editor.selectionHighlight": false,
"editor.scrollbar.horizontal": "hidden",
// "editor.scrollbar.vertical": "hidden",
"editor.overviewRulerBorder": false,
"editor.hideCursorInOverviewRuler": true,
"editor.quickSuggestions": {
"other": "off"
},
"editor.suggestOnTriggerCharacters": false,
"editor.tabCompletion": "on",
// "editor.snippetSuggestions": "top",
"emmet.triggerExpansionOnTab": true,
"editor.formatOnSave": true,
"files.autoSave": "afterDelay",
"files.autoSaveWhenNoErrors": true,
"files.autoSaveDelay": 7000,
"update.mode": "none",
"extensions.ignoreRecommendations": true,
"terminal.integrated.tabs.enabled": false,
// "github.copilot.enable": {
// "*": true,
// "plaintext": false,
// "markdown": false,
// "scminput": false
// },
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "always"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "vscode.html-language-features"
},
"[css]": {
"editor.defaultFormatter": "vscode.css-language-features"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"workbench.colorTheme": "GitHub Dark Dimmed",
}