From bceb90c1c642c4b9e4a1271e1ee48904d903188f Mon Sep 17 00:00:00 2001 From: Valerii Iatsko Date: Thu, 3 Jan 2019 09:30:59 +0100 Subject: [PATCH] The vscode.d.ts node module --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b057ef4..13901bc 100644 --- a/README.md +++ b/README.md @@ -1073,6 +1073,7 @@ A list of Twitter accounts for various people in the VS Code Community ## Libraries +- [vscode-extension-vscode](https://github.com/Microsoft/vscode-extension-vscode) - The vscode.d.ts node module - [vscode-set-text](https://github.com/samverschueren/vscode-set-text) - An easy-to-use VS Code `#setText()` method. - [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.