Gruntfuggly / activitusbar

A VSCode extension to save some real estate by recreating the activity bar buttons on the status bar
Other
116 stars 15 forks source link

About how to add remote-ssh/explorer to activitusbar #73

Open gzhang91 opened 1 year ago

gzhang91 commented 1 year ago
  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": "workbench.view.remote" } in the end of var mapping, pay attention to add an comma before this text image
  4. open setting.json, add { "name": "remote-explorer", "codicon": "remote-explorer" } . pay attention to add an comma before this text
  5. reopen all vscode pages, enjoy it
r4g309 commented 11 months ago

{ "name": "command.workbench.view.remote", "codicon": "remote-explorer", }