Merge pull request #1784 from DavidSchuldenfrei/add-adapter-to-readme

New Readme.md
diff --git a/README.md b/README.md
index 83577a5..fe56941 100644
--- a/README.md
+++ b/README.md
@@ -85,6 +85,8 @@
 [gtest-parallel](https://github.com/google/gtest-parallel) is a test runner that
 runs tests from your binary in parallel to provide significant speed-up.
 
+[GoogleTest Adapter](https://marketplace.visualstudio.com/items?itemName=DavidSchuldenfrei.gtest-adapter) is a VS Code extension allowing to view Google Tests in a tree view, and run/debug your tests.
+
 ## Requirements ##
 
 Google Test is designed to have fairly minimal requirements to build