Include companion VS Code extension VSIX as part of build/release (#4254)

This commit is contained in:
Shreya Keshive
2025-07-16 15:06:39 -04:00
committed by GitHub
parent 34c1b5811a
commit e4ed1aabac
6 changed files with 24 additions and 1 deletions

View File

@@ -29,7 +29,9 @@
"watch:tsc": "tsc --noEmit --watch --project tsconfig.json",
"package": "vsce package --no-dependencies",
"check-types": "tsc --noEmit",
"lint": "eslint src"
"lint": "eslint src",
"test": "echo \"vscode-ide-companion has no tests yet\"",
"test:ci": "echo \"vscode-ide-companion has no tests yet\""
},
"devDependencies": {
"@types/cors": "^2.8.19",