We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee2381a commit 3afa9baCopy full SHA for 3afa9ba
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