activitusbar icon indicating copy to clipboard operation
activitusbar copied to clipboard

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar

Results 21 activitusbar issues
Sort by recently updated
recently updated
newest added

The extension is Jupyter from Microsoft. I have check the package name in [package.json](https://github.com/microsoft/vscode-jupyter/blob/main/package.json). It's just called jupyter. I have tried many command. This is the closest one as I...

1. install this plugin (activitusbar) 2. go to extentions dir, eg. in Windows, will find in c:/Users/xxx/vscode\extensions\gruntfuggly.activitusbar-0.0.47, find this file: extension.js 3. add `"remote-explorer": {` `"codicon": "remote-explorer",` `"tooltip": "remote-explorer",` `"command":...

It would be nice not to lose the information from the Activity Bar badges. One possible implementation could look like the mockup below: ![Activitus Bar with badges](https://i.imgur.com/8Wh3MMc.png) Would that be...

I'm not sure if vscode made some changes (maybe removed accounts as a "view"?) but I can't get accounts view to work. What I tried: { "name": "accounts", // and:...

I'm trying to get [copilot nightly ](https://marketplace.visualstudio.com/items?itemName=GitHub.copilot-nightly)to work in the activitusbar, but its `package.json` does not have any views or view container. Any thoughts on how to handle that?

After connecting to a remote ssh session the activitus bar shows up a short moment then disappears. In "normal" sessions the bar still works. In the past it worked perfectly...

Does anyone know if this setting is still working `extension.dockerView`? Only the icon is displayed but it doesn't work :( ` { "name": "extension.dockerView", "codicon": "symbol-method" } ` ![image](https://github.com/Gruntfuggly/activitusbar/assets/4707237/a81bb9dd-361d-4b62-bad5-c8dcb9626ea7)

Greetings. I am trying to add a button for the test view explorer. But I am unable to find the right name. I am talking about the included test explorer,...

This solution continue to create buttons, but keep they have hidden, to minimize logic changes, and do not break hotkeys. ![activitusbar](https://github.com/Gruntfuggly/activitusbar/assets/12231048/917f236e-85a5-4af1-be42-9a608824ba05)

I'm trying to configure a button to this view, but I cant, I tryed many ways, but it just closes activity view. i only can open github view using command.workbench.view.github-pull-requests...