From 6b7e481eeac30299bc0f9d21aab199a56f11740e Mon Sep 17 00:00:00 2001 From: Damien Fuzeau Date: Thu, 19 Oct 2023 12:19:13 +0200 Subject: [PATCH] 4D v20 R3 update --- README.md | 2 ++ editor/package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 30f6d90..672d49a 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This extension provides support for the **[4D](https://www.4d.com/)** language. * [Document syntax checking](https://blog.4d.com/new-vs-code-editor-features-with-4d-v20/) (v20) * [Code Folding](https://blog.4d.com/new-vs-code-editor-features-with-4d-v20/) (v20) * [Indentation](https://blog.4d.com/new-vs-code-editor-features-with-4d-v20/) (v20) +* [Code formatting](https://blog.4d.com/format-your-4d-code-in-visual-studio-code/) (v20 R2) +* [Show Documentation](https://blog.4d.com/vs-code-extension-show-4d-documentation/) (v20 R3) ## Quick start diff --git a/editor/package.json b/editor/package.json index 3e7a539..272d6bb 100644 --- a/editor/package.json +++ b/editor/package.json @@ -5,7 +5,7 @@ "license": "4D", "publisher": "4D", "icon": "images/4D-icon.png", - "version": "0.1.7", + "version": "0.1.8", "preview": true, "repository": { "type": "git",