drcika / apc-extension

https://marketplace.visualstudio.com/items?itemName=drcika.apc-extension
MIT License
663 stars 26 forks source link

Weird empty area in the bottom right when using these settings #200

Open ghost opened 4 months ago

ghost commented 4 months ago

sS1u9U9BjU

I've highlighted the area with a thin red box.

Here is the code shown in the image to prevent the need to OCR:


    "frame": false, // This seems not to do anything when I added it but he had it in his personal settings for some reason
    //"titleBarStyle": "hiddenInset", // was "customButtonsOnHover" before and didnt work... maybe cuz I'm on a touch screen and therefor maybe the mouse-hover minimize-maximize-exit style fails
  },

  // Main area::
  "window.titleBarStyle": "native",
  "window.customTitleBarVisibility": "never",
  // !"window.customTitleBarVisibility": "never",  (here since this commonly gets randomly deleted)
  "workbench.editor.showTabs": "none",
  "window.density.editorTabHeight": "compact",
  "apc.header": {
    //"compact": -30,
    //"height": 1,
    //"fontSize": 1
  },
  "breadcrumbs.enabled": true,
  "workbench.statusBar.visible": false,

  // Side panel:: [ctrl + B]
  "apc.menubar.compact": true,  // Restores the ability to access File, Edit, Selection, View, Go, ect... aka all the stuff that is normally at the top

  "apc.sidebar.titlebar": {
    "height": 1
  },
  "apc.activityBar": { // Sizing Settings for the permenant sidebar to access sidebar tools like extensions, debug, ect
    //"position": "top",
    "size": 30,
    "itemSize": 30,
    "itemMargin": -2 //customizes how soon the "..." appears
  },
  "workbench.activityBar.location": "top",```
romarmph commented 3 months ago

Same thing I noticed. For me it happens when I hide the activity bar then I toggle(close) the sidebar. The weird space takes in at the bottom above the status bar.

Here's preview: image

Everything works fine on initial vscode startup but this bug occurs when: I try to "hide" the activity then toggled the sidebar. When the sidebar closes and opens again the weird space will show up.