From b65d15f7528d0ac4516f7cb862fcb845f1d4173d Mon Sep 17 00:00:00 2001 From: Marek Lewandowski Date: Wed, 15 Mar 2017 21:40:02 +0100 Subject: [PATCH] Restored vscode-set-text package. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 29717db..9d4ed5e 100644 --- a/README.md +++ b/README.md @@ -378,7 +378,8 @@ If you're feeling brave, there are at least two custom UIs for VS Code: ### Libraries -- [vscode-test-content](https://github.com/mlewand-org/vscode-test-content) - A set of helpers for simple setting and getting the editor text. Useful for unit tests. +- [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. ### Tools