We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0864f commit 01e971cCopy full SHA for 01e971c
src/test/runTests.ts
@@ -14,7 +14,8 @@ async function main(): Promise<void> {
14
15
// Download VS Code, unzip it and run the integration test
16
await runTests({ extensionDevelopmentPath, extensionTestsPath })
17
- } catch (err) { // eslint-disable-line @typescript-eslint/no-unused-vars
+ // tslint:disable-next-line: @typescript-eslint/no-unused-vars
18
+ } catch (err) {
19
// tslint:disable-next-line: no-console
20
console.error('Failed to run tests')
21
process.exit(1)
0 commit comments