The vscode.d.ts node module

This commit is contained in:
Valerii Iatsko 2019-01-03 09:30:59 +01:00 committed by GitHub
parent 05f9da79a6
commit bceb90c1c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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.