Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
be5invis committed Mar 17, 2017
1 parent 2fc5797 commit ee3fd21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Custom CSS and JS

**IMPORTANT NOTE: Custom CSS and JS 2.0 is NOT compatible with Custom CSS 1.x. In case of file corruption, reinstalling VS Code will revert all customized CSS and JS injections to the default.**
## **SPECIAL NOTE: If Code complains about that it is corrupted, simply click “Don't show again”.**

Custom CSS to your VS Code. Based on [robertohuertasm](https://github.com/robertohuertasm)’s [vscode-icons](https://github.com/robertohuertasm/vscode-icons).

Expand Down Expand Up @@ -49,7 +49,7 @@ The extension will keep a copy of the original file in case something goes wrong

As this extension modifies VS Code files it will get disabled with every VS Code update. You will have to enable icons again via command palette.

Take into account that this extension is still in beta so you may find some bugs while playing with it. Please, report them to [the issues section of the Github's repo](https://github.com/be5invis/vscode-custom-icons/issues).
Take into account that this extension is still in beta so you may find some bugs while playing with it. Please, report them to [the issues section of the Github's repo](https://github.com/be5invis/vscode-custom-css/issues).

**Please, leave a review if you can so the VS Code Team can know that this is a very demanded feature and, maybe, they can then provide a proper way to extend the IDE regarding icons and customizations soon enough. ;D**

Expand Down
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": "2.2.0",
"version": "2.3.0",
"publisher": "be5invis",
"author": {
"email": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion src/messages.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
exports.messages = {
admin: 'Run VS Code with admin privileges so the changes can be applied.',
enabled: 'Custom CSS and JS enabled. Restart to take effect.',
enabled: 'Custom CSS and JS enabled. Restart to take effect. If Code complains about it is corrupted, CLICK DON'T SHOW AGAIN. See README for more detail.',
disabled: 'Custom CSS and JS disabled and reverted to default. Restart to take effect.',
already_disabled: 'Custom CSS and JS already disabled.',
smthingwrong: 'Something went wrong: ',
Expand Down

0 comments on commit ee3fd21

Please sign in to comment.