summaryrefslogtreecommitdiff
path: root/packages/vscode-ide-companion/README.md
diff options
context:
space:
mode:
authorchristine betts <[email protected]>2025-07-14 15:34:44 +0000
committerGitHub <[email protected]>2025-07-14 15:34:44 +0000
commite9d680e8a45b18152042214891132eec60e4a09b (patch)
treef745dd75afd81079369b4234ecbf34f1adad396e /packages/vscode-ide-companion/README.md
parent64f1d80b26af25708356e8a743ea7fab1496c7e9 (diff)
Introduce VSCode companion extension (#3917)
Diffstat (limited to 'packages/vscode-ide-companion/README.md')
-rw-r--r--packages/vscode-ide-companion/README.md9
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