mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
Add CLI/vscode integration (#9085)
Co-authored-by: OpenHands-Gemini <openhands@all-hands.dev> Co-authored-by: Claude 3.5 Sonnet <claude-3-5-sonnet@anthropic.com>
This commit is contained in:
18
openhands/integrations/vscode/.gitignore
vendored
Normal file
18
openhands/integrations/vscode/.gitignore
vendored
Normal file
@@ -0,0 +1,18 @@
|
||||
# Node modules
|
||||
node_modules/
|
||||
|
||||
# Compiled TypeScript output
|
||||
out/
|
||||
|
||||
# VS Code Extension packaging
|
||||
*.vsix
|
||||
|
||||
# TypeScript build info
|
||||
*.tsbuildinfo
|
||||
|
||||
# Test run output (if any specific folders are generated)
|
||||
.vscode-test/
|
||||
|
||||
# OS-generated files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
Reference in New Issue
Block a user