Giter VIP home page Giter VIP logo

Comments (7)

drcika avatar drcika commented on August 25, 2024

looking at their code I'd say there shouldn't be any problems, they just execute commands
if you changed activityBar position

  "apc.activityBar": {
    "position": "bottom" or "top"
  }

in this case it becomes an integral part of the sidebar, and will be closed with it

basically that extension executes ctrl+b/cmd+b

from apc-extension.

vnln avatar vnln commented on August 25, 2024

I've disabled every extension except these two, and it's still happening. workbench.parts.activitybar element could not be found in developer tools until I reload VSCode window. How can I investigate any further?

from apc-extension.

drcika avatar drcika commented on August 25, 2024

I can't do anything blindly, please share the settings.json

from apc-extension.

vnln avatar vnln commented on August 25, 2024

Sure, here it is.

settings.json
{
"json.schemaDownload.enable": true,

"window.restoreFullscreen": true,
"window.newWindowDimensions": "maximized",
"window.autoDetectColorScheme": true,
"window.closeWhenEmpty": true,
"window.confirmBeforeClose": "always",
"window.nativeTabs": false,
"window.titleBarStyle": "native",
"window.commandCenter": true,

"workbench.activityBar.visible": true,
"workbench.editor.showIcons": false,
"workbench.editor.tabCloseButton": "off",
"workbench.settings.editor": "json",
"workbench.editor.restoreViewState": true,
"workbench.startupEditor": "newUntitledFile",
"workbench.editor.openPositioning": "last",
"workbench.sideBar.location": "right",
"workbench.preferredDarkColorTheme": "Community Material Theme Darker",
"workbench.preferredLightColorTheme": "Community Material Theme Lighter",
"workbench.colorCustomizations": {
  "tab.activeBorder": "#f00",
  "tab.activeBorderTop": "#f00"
},

"problems.decorations.enabled": false,

"editor.multiCursorModifier": "ctrlCmd",
"editor.fontSize": 14,
"editor.fontFamily": "JetBrainsMono Nerd Font",
"editor.fontWeight": "normal",
"editor.tabSize": 2,
"editor.renderWhitespace": "all",
"editor.autoClosingBrackets": "always",
"editor.bracketPairColorization.enabled": true,
"editor.defaultFormatter": "esbenp.prettier-vscode", // Use prettier as default formatter
"editor.formatOnPaste": true, // format code on paste
"editor.formatOnType": true, // format code as you type
"editor.formatOnSave": true, // format code when you hit save
"editor.wordWrap": "on",
"editor.guides.indentation": true,
"editor.guides.bracketPairs": true,
"editor.inlayHints.enabled": "on",
"editor.unicodeHighlight.ambiguousCharacters": false,
"editor.minimap.enabled": false,
"editor.cursorBlinking": "phase",
"editor.quickSuggestions": {
  "strings": true
},

"explorer.confirmDelete": false,
"explorer.confirmDragAndDrop": false,

"files.trimTrailingWhitespace": true, // remove trailing white spaces from all lines
"files.trimFinalNewlines": true, // Ensures there's only one blank line at the end of the file

"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.fontFamily": "JetBrainsMono Nerd Font",

"emmet.triggerExpansionOnTab": true,
"emmet.syntaxProfiles": {
  "html": {
    "filters": "bem"
  }
},
"emmet.preferences": {
  "bem.elementSeparator": "__",
  "bem.modifierSeparator": "_",
  "bem.element": "__" // not work issues
},

"update.mode": "default",

"git.enabled": true,
"git.path": "/usr/local/bin/git",
"git.requireGitUserConfig": false,
"git.confirmSync": false,
"git.enableSmartCommit": true,

"javascript.updateImportsOnFileMove.enabled": "always",
"typescript.updateImportsOnFileMove.enabled": "always",
"javascript.suggest.paths": false,
"typescript.suggest.paths": false,

"diffEditor.renderSideBySide": false,
"diffEditor.wordWrap": "off",

"autoHide.autoHideSideBar": true,
"autoHide.autoHidePanel": true,
"autoHide.autoHideReferences": true,
"autoHide.sideBarDelay": 450,
"autoHide.panelDelay": 300,
"autoHide.hideOnOpen": true,

"apc.electron": {
  "titleBarStyle": "hiddenInset"
},
 "apc.header": {
   "height": 37
 },
 "apc.sidebar.titlebar": {
   "height": 37
 },
"apc.activityBar": {
  "position": "top",
  "size": 58,
  "itemSize": 48,
  "itemMargin": 0
},
"apc.font.family": "Helvetica",
"apc.monospace.font.family": "JetBrainsMono Nerd Font",
"apc.stylesheet": {
  // Change cursor color
  ".monaco-editor .cursor": "background: linear-gradient(to bottom, #ee0979, #ff6a00) !important; box-shadow: 0 0 42px 5px #ee0979, #ff6a00 0px 0px 34px 1px; color: #161616 !important"
},
}

from apc-extension.

drcika avatar drcika commented on August 25, 2024
"apc.activityBar": {
  "position": "top", <--- it's inside the sidebar
  "size": 58,
  "itemSize": 48,
  "itemMargin": 0
}

remove this line if you want to have activity bar
and desired functionality

from apc-extension.

vnln avatar vnln commented on August 25, 2024

removing this line indeed prevents it from disappearing, but if there was an option to show it inside the sidebar as intended, that would be great.

in the attached video it's shown that's working at first until it isn't

Screen.Recording.2023-08-17.at.22.37.26.mov

from apc-extension.

drcika avatar drcika commented on August 25, 2024

at least three extensions patching activity bar
and have a conflict
it is impossible in such a situation
it would only be possible if one extension covered all

from apc-extension.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.