feat(vscodium): new css overwritten with apc

This commit is contained in:
Sergio Laín 2024-01-23 14:23:21 +01:00
parent 6bc0f9b724
commit f7f6efc86c
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -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": {