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 36b6c34 commit d394921Copy full SHA for d394921
src/test/runTest.ts
@@ -2,7 +2,7 @@ import * as path from 'path';
2
3
import { runTests } from '@vscode/test-electron';
4
5
-async function main() {
+async function main(): Promise<void> {
6
try {
7
// The folder containing the Extension Manifest package.json
8
// Passed to `--extensionDevelopmentPath`
0 commit comments