From 3c71ae1d014d570b3bf1f2eedce722b04fe88142 Mon Sep 17 00:00:00 2001 From: Ole Henrik Stabell Date: Mon, 18 Apr 2022 17:40:20 +0200 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef623a1..a687805 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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.