Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/miguelsolorio/vscode-toggle-sidepanel
https://github.com/miguelsolorio/vscode-toggle-sidepanel
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/miguelsolorio/vscode-toggle-sidepanel
- Owner: miguelsolorio
- Created: 2021-10-28T20:35:13.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2021-10-28T22:16:33.000Z (about 3 years ago)
- Last Synced: 2025-01-03T13:38:49.361Z (6 days ago)
- Language: JavaScript
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# Side Panel Toggle
An extension for adding an icon to the status bar to toggle the Side Panel. To use the custom icon, you'll have to enable the proposed API by editing `~/.vscode/argv.json` and adding:
```bash
"enable-proposed-api": [
"miguelsolorio.side-panel-toggle"
]
```![Preview of extension](preview.png)