Skip to content

Commit

Permalink
Merge pull request #217 from alexa/development
Browse files Browse the repository at this point in the history
rebasing
  • Loading branch information
doiron authored Nov 16, 2022
2 parents 2e54b7b + e83c7e8 commit 52d972c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ async function main() {
extensionDevelopmentPath,
extensionTestsPath,
launchArgs: ["--disable-extensions"],
//TODO: Delete this to use the latest VSCode version.
//Some change made in the 1.73.1 release broke WebView loading behavior in our tests
version: "1.72.2",
});
} catch (err) {
console.error(err);
Expand Down

0 comments on commit 52d972c

Please sign in to comment.