seunlanlege / vscode-action-buttons

VsCode extension for custom status bar buttons
88 stars 24 forks source link

Run API calls using the 'api' option #50

Closed Hiovita closed 2 years ago

Hiovita commented 3 years ago

Our company loves this library and recently wanted to add an action button that opens the workspace in a new window so that we can work on the same space on dual monitors. For this, we needed to use a VS Code API call, but there is no easy way to do this though the terminal, so I changed the code to make it possible. This could make a great 1.1.5 release. Minimal additional code, tons of new possibility.

fbatiga commented 3 years ago

@seunlanlege @Hiovita I second this one. Iy would be a great addition to the plugin !

seunlanlege commented 3 years ago

needs to fix conflicts

fbatiga commented 3 years ago

@seunlanlege fixed here https://github.com/seunlanlege/vscode-action-buttons/pull/50