Views and more actions button disappears after extension restart
#2627
-
|
Three-dot-button ( Three-dot-button appears again if I go to Extensions and click issue.to.gh.mp4I use VS Code Version 1.98.2 and Ubuntu 22.04.5. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
Hi @Annykom , I think you should report the issue to the PT Application Inspector extension authors, because the issue occurs in a command provided by that extension, and only the extension authors would say exactly what it does under the hood, since its source is not available. If, after their investigation, they understand it is caused by VS Code, they would report the issue to VS Code. Hope this helps |
Beta Was this translation helpful? Give feedback.
Unfortunately not. This is handled by VS Code itself, not by extensions. Extensions only contribute to those the Activity Bar (the icon you see in the side bar) and the Containers (each panel/view inside) inside.
I suspect the restart command provided by the extension is the culprit. I’m not sure what it does, but since it vanishes the other containers from that ellipsis button, I think it is not correctly resetting the extension to the initial state.I have Activity Bars and Containers/Views s on my extensions, and never needed to recreate them. Instead, I just recreate its content. Sure, each extension has it on needs, so maybe they need to really reset the extension. Maybe the process t…