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 6850b0f + edbf330 commit e83c7e8Copy full SHA for e83c7e8
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