gemini-cli/packages/vscode-ide-companion
christine betts 7effdad3e2
[ide-mode] Stream notifications when the active file changes (#4147)
Co-authored-by: Scott Densmore <scottdensmore@mac.com>
2025-07-15 16:19:22 +00:00
..
.vscode Introduce VSCode companion extension (#3917) 2025-07-14 15:34:44 +00:00
src [ide-mode] Stream notifications when the active file changes (#4147) 2025-07-15 16:19:22 +00:00
README.md Introduce VSCode companion extension (#3917) 2025-07-14 15:34:44 +00:00
esbuild.js Introduce VSCode companion extension (#3917) 2025-07-14 15:34:44 +00:00
eslint.config.mjs Introduce VSCode companion extension (#3917) 2025-07-14 15:34:44 +00:00
package-lock.json Introduce VSCode companion extension (#3917) 2025-07-14 15:34:44 +00:00
package.json Introduce VSCode companion extension (#3917) 2025-07-14 15:34:44 +00:00
tsconfig.json Introduce VSCode companion extension (#3917) 2025-07-14 15:34:44 +00:00

README.md

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