diff options
| author | christine betts <[email protected]> | 2025-07-14 15:34:44 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-14 15:34:44 +0000 |
| commit | e9d680e8a45b18152042214891132eec60e4a09b (patch) | |
| tree | f745dd75afd81079369b4234ecbf34f1adad396e /packages/vscode-ide-companion/README.md | |
| parent | 64f1d80b26af25708356e8a743ea7fab1496c7e9 (diff) | |
Introduce VSCode companion extension (#3917)
Diffstat (limited to 'packages/vscode-ide-companion/README.md')
| -rw-r--r-- | packages/vscode-ide-companion/README.md | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/packages/vscode-ide-companion/README.md b/packages/vscode-ide-companion/README.md new file mode 100644 index 00000000..4db85b9a --- /dev/null +++ b/packages/vscode-ide-companion/README.md @@ -0,0 +1,9 @@ +# IDE Companion + +## Local Development + +To test the extension locally, follow these steps: + +1. Open the `packages/vscode-ide-companion` directory in VS Code. +2. Run `npm install`. +3. Run the extension development host via Run + Debug -> Extension |
