Skip to content

Commit f98ab53

Browse files
committed
DBG: Disable other extensions
1 parent b2d13ae commit f98ab53

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/test/runTest.ts

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,11 @@ async function main() {
9696
extensionDevelopmentPath,
9797
extensionTestsPath,
9898
extensionTestsEnv,
99-
launchArgs: [repoPath],
99+
launchArgs: [
100+
repoPath,
101+
// DBG: Disable other extensions
102+
"--disable-extensions",
103+
],
100104
});
101105
} catch (err) {
102106
console.error(`Failed to run tests for ${repoName}`);

0 commit comments

Comments
 (0)