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.
2 parents 2e54b7b + e83c7e8 commit 52d972cCopy full SHA for 52d972c
test/runTest.ts
@@ -25,6 +25,9 @@ async function main() {
25
extensionDevelopmentPath,
26
extensionTestsPath,
27
launchArgs: ["--disable-extensions"],
28
+ //TODO: Delete this to use the latest VSCode version.
29
+ //Some change made in the 1.73.1 release broke WebView loading behavior in our tests
30
+ version: "1.72.2",
31
});
32
} catch (err) {
33
console.error(err);
0 commit comments