Skip to content

Commit 3c71ae1

Browse files
authored
Update README.md
1 parent 99ad60c commit 3c71ae1

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
This extension provides support for Adobe ExtendScript in Visual Studio Code.
33
It supports both .jsx and .jsxinc files.
44

5+
NOTE: This is not an official Adobe Extension! (But… Adobe devs may or may not be using it…)
6+
57
## Release Notes
68

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

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

33+
### 1.3.0
34+
35+
- Changed language server to the built in one to improve compatibility and fix random crashes.
36+
- Added config options for the formatter, allowing you to specify how extendscript files should be formatted. e.g set indent size.
37+
3138
## TODO
32-
- [ ] Improve formatting support (Set formatting options via config)
3339
- [ ] Improve current Intellisense support, if possible.
3440
- [ ] Add custom Extendscript Language Server, for more info see Notes section below.
3541

0 commit comments

Comments
 (0)