vscode
Installation
SKILL.md
VS Code Opener
Open folders in Visual Studio Code from your terminal.
Usage
/vscode- Opens the current working directory/vscode /path/to/folder- Opens the specified folder
Implementation
When invoked:
- If arguments are provided, use them as the folder path
- Otherwise, use the current working directory
- Run the
codecommand to open VS Code
# With arguments
code $ARGUMENTS
# Without arguments
code .