Roo-Code/.gitmodules
daniel-lxs 63fd3ef628
feat: Add JetBrains IDE integration via RunVSAgent
- Add RunVSAgent as a Git submodule for bridging JetBrains IDEs with VSCode extensions
- Create build scripts that use the main Roo Code source directly (no duplicate copy)
- Add comprehensive documentation for building and installing the plugin
- Add .gitignore to exclude build artifacts and temporary files
- Successfully tested plugin running in IntelliJ IDEA with Roo Code extension

The integration allows Roo Code to run in any JetBrains IDE (IntelliJ, WebStorm, PyCharm, etc.)
Build scripts now reference the main project source to avoid duplication.
2025-09-15 11:49:10 -05:00

3 lines
115 B
Text

[submodule "jetbrains/RunVSAgent"]
path = jetbrains/RunVSAgent
url = https://github.com/wecode-ai/RunVSAgent.git