Skip to content

Commit

Permalink
test: πŸ’ use vscode 1.57 as test target
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo committed Jun 13, 2021
1 parent 6d56a20 commit 56ef981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/runTest.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ const { runTests } = require("vscode-test");
async function main() {
try {
// vscode version
const version = "1.56.0";
const version = "1.57.0";
// The folder containing the Extension Manifest package.json
// Passed to `--extensionDevelopmentPath`
const extensionDevelopmentPath = path.resolve(__dirname, "../");
Expand Down

0 comments on commit 56ef981

Please sign in to comment.