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
- Host: GitHub
- URL: https://github.com/auchenberg/vscode-open-file-folder
- Owner: auchenberg
- License: other
- Created: 2017-07-26T17:53:36.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2017-11-07T09:07:06.000Z (almost 8 years ago)
- Last Synced: 2025-01-06T18:36:05.347Z (9 months ago)
- Language: JavaScript
- Homepage: https://marketplace.visualstudio.com/items?itemName=auchenberg.vscode-open-file-folder
- Size: 4.88 KB
- Stars: 0
- Watchers: 3
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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