Skip to content

Commit 0721547

Browse files
authored
chore: Improve readme for first pre-release
1 parent a727ab3 commit 0721547

File tree

1 file changed

+5
-8
lines changed

1 file changed

+5
-8
lines changed

README.md

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
# Mocha VS Code Extension
22

3-
This a community Mocha extension for VS Code enabling developers to run and debug tests right within VS Code using the built-in test explorer.
3+
This a community Visual Studio Code extension for enabling developers to run and debug [Mocha](https://mochajs.org/) tests right within VS Code using the built-in test explorer.
44

55
> [!NOTE]
6-
> This extension is in a fairly early development stage but mostly functional. We soon
7-
> will start to publish some pre-release versions to the VS Code Extension gallery.
8-
>
9-
> Follow our progress at https://github.com/orgs/CoderLine/projects/15/views/1
10-
>
11-
> Please provide feedback and discuss improvements over at https://github.com/CoderLine/mocha-vscode/discussions
6+
> This extension is in a fairly early development stage but mostly functional. But watch out for any bugs 😉
7+
>
8+
> Please provide feedback and discuss improvements over at https://github.com/CoderLine/mocha-vscode/discussions and https://github.com/CoderLine/mocha-vscode/issues
129
1310
## Getting Started
1411

15-
Please follow the [general Mocha documentation](https://mochajs.org/) to initially set up tests using the command line. Then, [install this extension](https://marketplace.visualstudio.com/items?itemName=mocha.mocha-vscode).
12+
To get started follow the [general Mocha documentation](https://mochajs.org/) to set up testing for your project using the Mocha command line. Then, [install this extension](https://marketplace.visualstudio.com/items?itemName=coderline.mocha-vscode).
1613

1714
This extension automatically discovers and works with the `.mocharc.js/cjs/yaml/yml/json/jsonc` files found in your workspace. It requires minimal to no extra configuration. It works by looking at test files in your JavaScript and TypeScript code.
1815

0 commit comments

Comments
 (0)