append_to_file_code
Append content to the end of any file by providing its path and the text to add. Enables incremental file updates directly from VS Code.
Instructions
Append content to the end of a file
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | The path to the file to modify | |
| content | Yes | The content to append |