Skip to content

Commit 52d972c

Browse files
authored
Merge pull request #217 from alexa/development
rebasing
2 parents 2e54b7b + e83c7e8 commit 52d972c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/runTest.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,9 @@ async function main() {
2525
extensionDevelopmentPath,
2626
extensionTestsPath,
2727
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",
2831
});
2932
} catch (err) {
3033
console.error(err);

0 commit comments

Comments
 (0)