Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dwlad90/vscode-quickopen-workspace
VSCode extension for quick open workspace files
https://github.com/dwlad90/vscode-quickopen-workspace
Last synced: about 1 month ago
JSON representation
VSCode extension for quick open workspace files
- Host: GitHub
- URL: https://github.com/dwlad90/vscode-quickopen-workspace
- Owner: Dwlad90
- Created: 2023-09-03T16:28:19.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-03-28T14:41:53.000Z (9 months ago)
- Last Synced: 2024-11-24T09:14:38.587Z (about 1 month ago)
- Language: TypeScript
- Size: 1.25 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# QuickOpen Workspace
This is a simple extension that opens `Quick access` menu with predefined workspace path.
- Open the command palette
- Run "Quick Open Presets"
- Pick one of the presets and see it run## Demo
![Multi-step sample](https://raw.githubusercontent.com/Dwlad90/vscode-quickopen-workspace/master/preview.gif)
## How it works
The extension uses the [`workbench.action.quickOpen`](https://code.visualstudio.com/api/references/commands) command to suggest files.
## VS Code API
### `vscode` module
- [`workbench.action.quickOpen`](https://code.visualstudio.com/api/references/commands)
# How to run locally
- Run `npm install` in terminal to install dependencies
- Run the `Run Extension` target in the Debug View. This will:
- Start a task `npm: watch` to compile the code
- Run the extension in a new VS Code window