From edb77f876008b91b99c1876928eddffc008be7df Mon Sep 17 00:00:00 2001 From: Joselito Viveiros Nogueira Filho Date: Mon, 8 Mar 2021 10:47:06 -0300 Subject: [PATCH] doc: adds a new VSCode extension to provide support for the Ginkgo framework. (#776) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 5d56adba0..008cbcb75 100644 --- a/README.md +++ b/README.md @@ -62,6 +62,8 @@ Describe("the strings package", func() { - [Completions for VSCode](https://github.com/onsi/vscode-ginkgo): just use VSCode's extension installer to install `vscode-ginkgo`. +- [Ginkgo tools for VSCode](https://marketplace.visualstudio.com/items?itemName=joselitofilho.ginkgotestexplorer): just use VSCode's extension installer to install `ginkgoTestExplorer`. + - Straightforward support for third-party testing libraries such as [Gomock](https://code.google.com/p/gomock/) and [Testify](https://github.com/stretchr/testify). Check out the [docs](https://onsi.github.io/ginkgo/#third-party-integrations) for details. - A modular architecture that lets you easily: