From 51dbe773b17f6ddc7cedae3c279de69894e29d1d Mon Sep 17 00:00:00 2001 From: Vitaly Turovsky Date: Tue, 30 Nov 2021 16:54:45 +0300 Subject: [PATCH] Add typed-vscode in libraries --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 06306a9..8eb4830 100644 --- a/README.md +++ b/README.md @@ -1401,6 +1401,7 @@ A list of Twitter accounts for various people in the VS Code Community ## Libraries - [vscode-test-content](https://github.com/mlewand-org/vscode-test-content) - A method to set/get editor content, and it's selection. Especially useful for unit tests. +- [typed-vscode](https://www.npmjs.com/typed-vscode) - Generates types from contribution points of your extension manifest ## Tools