Extension install page: https://marketplace.visualstudio.com/items?itemName=venryx.vscode-vtools
Causes the side-bar to be hidden whenever the user clicks outside of it. (technically, when the user changes the text-editor selection)
Same thing as above, except for the bottom-bar (output, terminal, etc.).
vtools.autoHideSideBar: Causes the side-bar to be hidden whenever the user clicks outside of it. [boolean, default:false]vtools.autoHideBottomBar: Causes the bottom-bar (output, terminal, etc.) to be hidden whenever the user clicks outside of it. [boolean, default:false]vtools.autoHideDelay: How long to wait (after the user clicks outside of the side/bottom bar) before hiding it. (helps solve the unintended-selection issue -- especially when scrolled to the right) [number, default:300]
- Clone/download repo: https://github.com/Venryx/vscode-vtools.git
- Make code changes in "src" folder.
- Run "npm run compile". (this will start compiler in watch mode) [if editing in vscode, Ctrl+Shift+B also works]
- Not sure what command to use in the command-line. In vscode, I open the Debug panel and launch the extension from there.
- Increment the version number in package.json.
- Add an entry to the changelog for the new version.
- Run "npm publish". (this will publish to npm, and run "vsce publish" to update the live vscode extension)
