Skip to content

Commit

Permalink
fix vscode integration tests (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
sqs authored May 1, 2024
1 parent 222e9b4 commit 4bb9e8a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion client/vscode/test/integration/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ async function main(): Promise<void> {

// Download VS Code, unzip it, and run the integration test.
await runTests({
version: '1.81.1',
version: '1.88.1',
extensionDevelopmentPath,
extensionTestsPath,
launchArgs: [
Expand Down
1 change: 1 addition & 0 deletions client/vscode/test/integration/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"extends": "../../../../.config/tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"esModuleInterop": true,
"rootDir": ".",
"outDir": "../../dist/tsc/test/integration",
"types": ["mocha", "node"],
Expand Down

0 comments on commit 4bb9e8a

Please sign in to comment.