Skip to content
New issue

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

Broken in VS Code 1.82.x #80

Closed
fungilation opened this issue Sep 13, 2023 · 2 comments
Closed

Broken in VS Code 1.82.x #80

fungilation opened this issue Sep 13, 2023 · 2 comments

Comments

@fungilation
Copy link

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"
    }
  },
@drcika
Copy link
Owner

drcika commented Sep 13, 2023

#77

@fungilation
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants