From f0a9f46dad4c9c21ce65fb41ad0d35662a5af3fd Mon Sep 17 00:00:00 2001 From: fabriziobertoglio1987 Date: Wed, 7 Apr 2021 12:28:07 +0200 Subject: [PATCH] README - Add info about typescript issue 37777 (#272) * adding info to readme * give basic info about typescript issue with node_modules * adding link * just include the link --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 77ce2b6..29ec4f2 100644 --- a/Readme.md +++ b/Readme.md @@ -73,7 +73,7 @@ Almost the same as VSCode. - `tsserver.organizeImports` - `tsserver.watchBuild` - Code completion support. -- Go to definition. +- Go to definition (more info in [microsoft/TypeScript#37777](https://github.com/microsoft/TypeScript/issues/37777)) - Code validation. - Document highlight. - Document symbols of current buffer.