Skip to content

Commit

Permalink
Temporarily run vscode tests against 1.93.0
Browse files Browse the repository at this point in the history
Validating whether 1.93.1 broke something on MacOS

Signed-off-by: Chad Wilson <[email protected]>
  • Loading branch information
chadlwilson committed Sep 17, 2024
1 parent 73a1c5e commit 9164247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ async function go(version?: string) {

if (version===undefined){
// run tests with current stable vscode version
version = "stable";
version = "1.93.0";
}
console.log(`Running tests with version: ${version}`)

Expand Down

0 comments on commit 9164247

Please sign in to comment.