Skip to content

Commit

Permalink
Bump ver
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Nov 25, 2021
1 parent b5609a0 commit 2c6a2d7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "vscode-custom-css",
"displayName": "Custom CSS and JS Loader",
"description": "Custom CSS and JS for Visual Studio Code",
"version": "6.0.1",
"version": "6.0.2",
"publisher": "be5invis",
"author": {
"email": "[email protected]",
Expand Down
1 change: 1 addition & 0 deletions src/extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ function activate(context) {
console.log(`Unsupported extension type: ${ext}`);
}
} catch (e) {
console.error(e);
vscode.window.showWarningMessage(msg.cannotLoad(url));
return "";
}
Expand Down

0 comments on commit 2c6a2d7

Please sign in to comment.