Skip to content

Commit

Permalink
Version bump for icon
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennamann committed Feb 23, 2019
1 parent 72b3165 commit 41b2c45
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ It supports both .jsx and .jsxinc files.

### 1.0.0

Initial release of the extension.
- Initial release of the extension.

### 1.1.0

Expand All @@ -16,6 +16,11 @@ Initial release of the extension.

Do note that the symbol support added is based on Javascript/Typescript, which means most things work as expected but vscode may return weird errors in places where extendscripts es4 differs from the newer es6.

### 1.1.1

- Changed the extension icon by request of Adobe.


## TODO
- [ ] Add formatting support – https://github.com/Hennamann/ExtendScript-for-Visual-Studio-Code/issues/3
- [ ] Add custom Extendscript Language Server, for more info see Notes section below.
Expand Down
2 changes: 1 addition & 1 deletion 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 @@ -2,12 +2,12 @@
"name": "jsx",
"displayName": "ExtendScript",
"description": "Adobe ExtendScript Language Support for Visual Studio Code",
"version": "1.1.0",
"version": "1.1.1",
"publisher": "Hennamann",
"repository": "https://github.com/Hennamann/ExtendScript-for-Visual-Studio-Code",
"bugs": {
"url": "https://github.com/Hennamann/ExtendScript-for-Visual-Studio-Code/issues"
},
},
"license": "MIT",
"icon": "images/extendscript.png",
"engines": {
Expand Down

0 comments on commit 41b2c45

Please sign in to comment.