code
Original:🇺🇸 English
Translated
Open the current working directory or a specified folder in Visual Studio Code.
11installs
Sourcehyf0/skills
Added on
NPX Install
npx skill4agent add hyf0/skills codeTags
Translated version includes tags in frontmatterSKILL.md Content
View Translation Comparison →Usage
- - Opens the current working directory
/code - - Opens the specified folder
/code /path/to/folder
Implementation
Run with arguments if provided, otherwise open current directory:
codebash
code ${ARGUMENTS:-.}