From 3f1ee6a4ec440530363315c0f9b4768d06204126 Mon Sep 17 00:00:00 2001 From: Danielku15 Date: Tue, 2 Apr 2024 14:12:11 +0200 Subject: [PATCH] chore: Add note about extension to readme --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 77e2f3b..29081d4 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,11 @@ This is the Mocha extension for VS Code enabling developers to run and debug tests right within VS Code using the built-in test explorer. +> [!NOTE] +> This extension is in a fairly early development stage but mostly functional. We soon +> will start to publish some pre-release versions to the VS Code Extension gallery. +> Please provide feedback and discuss improvements over at https://github.com/CoderLine/mocha-vscode/discussions + ## Credits This project started as a fork of the `Extension Test Runner` and `Command-line runner for VS Code tests` developed by Microsoft and then was adapted to work with Mocha directly.