✨ feat(vscodium): new css overwritten with apc
This commit is contained in:
parent
6bc0f9b724
commit
f7f6efc86c
1 changed files with 2 additions and 2 deletions
|
@ -49,7 +49,6 @@
|
||||||
"editor.guides.bracketPairsHorizontal": "active",
|
"editor.guides.bracketPairsHorizontal": "active",
|
||||||
"cSpell.language": "en, es",
|
"cSpell.language": "en, es",
|
||||||
"search.followSymlinks": false,
|
"search.followSymlinks": false,
|
||||||
"workbench.editor.showTabs": "multiple",
|
|
||||||
"explorer.compactFolders": false,
|
"explorer.compactFolders": false,
|
||||||
"breadcrumbs.filePath": "off",
|
"breadcrumbs.filePath": "off",
|
||||||
"editor.bracketPairColorization.enabled": true,
|
"editor.bracketPairColorization.enabled": true,
|
||||||
|
@ -122,7 +121,8 @@
|
||||||
".quick-input-widget.show-file-icons, .editor-widget.find-widget": "box-shadow: none !important",
|
".quick-input-widget.show-file-icons, .editor-widget.find-widget": "box-shadow: none !important",
|
||||||
".filematch .monaco-icon-label:before, .custom-list-row.results .monaco-list-row .monaco-icon-label:before": "background-position: 0 bottom !important",
|
".filematch .monaco-icon-label:before, .custom-list-row.results .monaco-list-row .monaco-icon-label:before": "background-position: 0 bottom !important",
|
||||||
".filematch .monaco-count-badge": "padding: 5px 6px 0 6px !important",
|
".filematch .monaco-count-badge": "padding: 5px 6px 0 6px !important",
|
||||||
".composite": "border: none !important"
|
".composite": "border: none !important",
|
||||||
|
".global-actions": "display: none !important"
|
||||||
},
|
},
|
||||||
// Neovim
|
// Neovim
|
||||||
"extensions.experimental.affinity": {
|
"extensions.experimental.affinity": {
|
||||||
|
|
Loading…
Add table
Reference in a new issue