https://github.com/samedwardes/vscode-extension-right-click-open-here
Open VS Code in a specific folder from the context menu.
https://github.com/samedwardes/vscode-extension-right-click-open-here
vscode vscode-extension
Last synced: 5 months ago
JSON representation
Open VS Code in a specific folder from the context menu.
- Host: GitHub
- URL: https://github.com/samedwardes/vscode-extension-right-click-open-here
- Owner: SamEdwardes
- License: mit
- Created: 2024-07-21T16:20:47.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T23:40:21.000Z (almost 2 years ago)
- Last Synced: 2025-03-10T01:54:21.030Z (over 1 year ago)
- Topics: vscode, vscode-extension
- Language: TypeScript
- Homepage:
- Size: 708 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Right Click Open Here
Open VS Code in a specific folder from the context menu.
## Links
- GitHub Repo:
- VS Code Marketplace:
- Open VSX Marketplace:
## Features
Adds custom commands to the explorer context menu and command palette to open/reopen VS Code in specific directories.


The follow commands are added to the explorer context menu:
- `Open Here: New Window`
- `Open Here: Same Window`
- `Open Here: Parent Folder New Window` (disabled by default)
- `Open Here: Parent Folder Same Window` (disabled by default)
Two commands are also added to the Command Palette:
- `> Open Here: Open Workspace Parent Folder New Window`
- `> Open Here: Open Workspace Parent Folder Same Window`
## Requirements
None
## Extension Settings
```json
{
"right-click-open-here.contextMenu.openFolder.showNewWindow": true,
"right-click-open-here.contextMenu.openFolder.showSameWindow": true,
"right-click-open-here.contextMenu.parentFolder.showParentFolderNewWindow": false,
"right-click-open-here.contextMenu.parentFolder.showParentFolderSameWindow": false
}
```
## Known Issues
None
## Release Notes
See .
## Contributing
See .
## Attributions
- Motivated by this great extension:
- [Open folder icons created by kmg design - Flaticon](https://www.flaticon.com/free-icons/open-folder)