We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ae38fb commit c28e65fCopy full SHA for c28e65f
1 file changed
src/test/runTest.ts
@@ -40,7 +40,7 @@ async function main(): Promise<void> {
40
41
// The path to test runner
42
// Passed to --extensionTestsPath
43
- const extensionTestsPath = path.resolve(__dirname, './index');
+ const extensionTestsPath = path.resolve(__dirname, './index.js');
44
45
const testOption = {
46
version: vscode_version,
0 commit comments