My entire vscode window now looks insanely ugly and I don’t know how to get my styles back unless I downgrade. Constantly downgrading to 0.44.11 + vscode 1.93.1 to get my styles working again.
Hey, APC is no longer supported. Here’s some info on that:
You can use another extension for this:
This is the actual worst. I can’t get a majority of my settings to work. The “stylesheets” only work:
/* “apc.stylesheet”: {
“.monaco-icon-name-container a.label-name”: “font-weight: 200;”,
“.custom-sidebar-titlebar .sidebar .composite.title”: “padding-left: 0;”,
“.monaco-workbench .part.statusbar>.items-container>.statusbar-item.left.first-visible-item”: “padding-left: 0;”,
“.statusbar #status\.host”: “display: none !important; width: calc(var(–activity-bar-action-size) - 1px); background: #555 !important;”,
“.statusbar #status\.host .codicon”: “margin: 0 auto;”,
“.statusbar”: "font-family: Hack Nerd Font Mono; "
},
“apc.header”: {
“height”: 30,
“fontSize”: 12
},
“apc.statusBar”: {
“position”: “editor-bottom”,
“height”: 22,
“fontSize”: 12
},
“apc.listRow”: {
“height”: 17,
“fontSize”: 12
},
“apc.electron”: {
“frame”: false
},
“apc.parts.font.family”: {
“sidebar”: “Jetbrains Mono”,
“tabs”: “Consolas”
}, */