From 1fb20134543b0e052b4ea6e5e25ecdefe9d0f26b Mon Sep 17 00:00:00 2001 From: Danya Berezun Date: Wed, 4 Oct 2023 09:39:20 +0200 Subject: [PATCH] add links to VS Code plugin --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index cdc40ad07..a1cdb8427 100644 --- a/README.md +++ b/README.md @@ -120,3 +120,7 @@ Ubuntu-based variant of WSL is recommended. Clone the repository and run `make -C tutorial`. It should build a local compiler `src/lamac` and a few tutorial executables in `tutorial/`. + +### Useful links + +* [Plugin for VS Code](https://marketplace.visualstudio.com/items?itemName=arsavelev.lsp-lama)