Skip to content

Commit

Permalink
fix(xml-for-vscode): incorrect vscode engine version
Browse files Browse the repository at this point in the history
Also ensured bundling script will fail on rejected promise
  • Loading branch information
bd82 committed May 17, 2020
1 parent 7947747 commit 88adfa3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/xml-for-vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"url": "https://github.com/SAP/xml-tools"
},
"engines": {
"vscode": "^1.42.1"
"vscode": "^1.45.0"
},
"activationEvents": [
"onLanguage:xml"
Expand Down
3 changes: 3 additions & 0 deletions packages/xml-for-vscode/scripts/bundle-vsix.js
Original file line number Diff line number Diff line change
Expand Up @@ -108,4 +108,7 @@ packageCommand({
useYarn: true,
ignoreFile: undefined,
expandGitHubIssueLinks: undefined
}).catch(e => {
console.error(e.message);
process.exit(666);
});

0 comments on commit 88adfa3

Please sign in to comment.