We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Looks like none of apc's styling is working since my VS Code upgrade to 1.82.1 on Mac.
My settings.json for reference:
"apc.activityBar": { "position": "bottom", "hideSettings": true, "size": 38 }, "apc.statusBar": { "position": "editor-bottom", "height": 22, "fontSize": 12 }, "apc.listRow": { "height": 21, "fontSize": 13 }, "apc.stylesheet" : { ".monaco-workbench .part.editor>.content .editor-group-container>.title div.tabs-container" : { "font-size": "12px" } },
The text was updated successfully, but these errors were encountered:
#77
Sorry, something went wrong.
disable and re-enable in extensions pane does not work. But this does, from readme:
Go to the Command Palette by pressing Cmd+Shift+P on Mac or Ctrl+Shift+P on Windows. Type "Enable Apc extension" to enable
No branches or pull requests
Looks like none of apc's styling is working since my VS Code upgrade to 1.82.1 on Mac.
My settings.json for reference:
The text was updated successfully, but these errors were encountered: