An open API service indexing awesome lists of open source software.

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.

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.

![Screenshot of context menu](https://github.com/SamEdwardes/vscode-extension-right-click-open-here/blob/main/images/screenshot-context-menu.png?raw=true)

![Screenshot of command palette](https://github.com/SamEdwardes/vscode-extension-right-click-open-here/blob/main/images/screenshot-command-pallette.png?raw=true)

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)