move_file_code
Move or rename files and directories in VS Code by specifying the source and destination paths. This tool solves file organization needs.
Instructions
Move or rename a file or directory
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | The source path to move from | |
| destination | Yes | The destination path to move to |