code

Original🇺🇸 English
Translated

Open the current working directory or a specified folder in Visual Studio Code.

15installs
Added on

NPX Install

npx skill4agent add hyf0/skills code

Tags

Translated version includes tags in frontmatter

Usage

  • /code
    - Opens the current working directory
  • /code /path/to/folder
    - Opens the specified folder

Implementation

Run
code
with arguments if provided, otherwise open current directory:
bash
code ${ARGUMENTS:-.}