From c2bfe4fdc171654db47db050b2ed72f85cc594ce Mon Sep 17 00:00:00 2001 From: Lucas Ononiwu Date: Wed, 25 Oct 2023 04:09:11 -0400 Subject: [PATCH] Update README with deprecation notice --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 821c786..7e99beb 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ # Karma Test Explorer (for Angular, Jasmine, and Mocha) +### Note:   With the [deprecation](https://github.com/karma-runner/karma#karma-is-deprecated-and-is-not-accepting-new-features-or-general-bug-fixes) of Karma runner, Karma Test Explorer is now in maintenance mode and will not be releasing any more features. + +--- + This extension adds a rich and fully integrated testing experience to Visual Studio Code for Angular, TypeScript, and JavaScript projects that use [Karma](https://karma-runner.github.io/latest/index.html) for testing. ![Karma Test Explorer screenshot](docs/img/extension-screenshot.png)