Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Hennamann authored Apr 18, 2022
1 parent 99ad60c commit 3c71ae1
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@
This extension provides support for Adobe ExtendScript in Visual Studio Code.
It supports both .jsx and .jsxinc files.

NOTE: This is not an official Adobe Extension! (But… Adobe devs may or may not be using it…)

## Release Notes

### 1.0.0
Expand All @@ -28,8 +30,12 @@ Do note that the symbol support added is based on Javascript/Typescript, which m

- Added formatting support for ExtendScript files, using js-beautify.

### 1.3.0

- Changed language server to the built in one to improve compatibility and fix random crashes.
- Added config options for the formatter, allowing you to specify how extendscript files should be formatted. e.g set indent size.

## TODO
- [ ] Improve formatting support (Set formatting options via config)
- [ ] Improve current Intellisense support, if possible.
- [ ] Add custom Extendscript Language Server, for more info see Notes section below.

Expand Down

0 comments on commit 3c71ae1

Please sign in to comment.