Skip to content

Commit

Permalink
Merge pull request #139 from shufo/fix/supported_vscode_version
Browse files Browse the repository at this point in the history
  • Loading branch information
shufo authored Jun 13, 2021
2 parents 640a62d + 56ef981 commit f4664be
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"version": "0.7.14",
"license": "MIT",
"engines": {
"vscode": "^1.47.0",
"vscode": "^1.57.0",
"node": ">= 10.0.0"
},
"repository": {
Expand Down Expand Up @@ -104,7 +104,7 @@
"vscode-test": "^1.5.2"
},
"dependencies": {
"blade-formatter": "1.11.5",
"blade-formatter": "^1.11.6",
"esm": "^3.2.25",
"find-config": "^1.0.0",
"ignore": "^5.1.8"
Expand Down
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 f4664be

Please sign in to comment.