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

https://github.com/auchenberg/vscode-open-file-folder

VS Code extension to open a file's folder as workspace
https://github.com/auchenberg/vscode-open-file-folder

Last synced: 8 months ago
JSON representation

VS Code extension to open a file's folder as workspace

Awesome Lists containing this project

README

          

# vscode-open-file-folder

VS Code extension to open a file's folder as workspace. Adds a new context menus to the Explorer Viewlet

* **Open this folder as Workspace**: Opens a new instance of VS Code scoped to the folder of the selected file.

## Install

Launch VS Code Quick Open (⌘+P), paste the following command, and press enter.
```
ext install vscode-open-file-folder
```

## Using

Right click on a folder or file in the Explorer, choose **Open this folder as Workspace**

MIT