Skip to content

Commit 3371774

Browse files
committed
chore: Change extension display name
1 parent 0721547 commit 3371774

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mocha-vscode",
3-
"displayName": "Mocha Test Runner",
3+
"displayName": "Mocha for VS Code",
44
"description": "Run and debug Mocha tests right within VS Code.",
55
"publisher": "coderline",
66
"version": "1.0.0",
@@ -35,7 +35,7 @@
3535
"contributes": {
3636
"configuration": [
3737
{
38-
"title": "Extension Test Runner",
38+
"title": "Mocha for VS Code",
3939
"properties": {
4040
"mocha-vscode.extractSettings": {
4141
"markdownDescription": "Configures how tests get extracted. You can configure:\n\n- The `extractWith` mode, that specifies if tests are extracted via evaluation or syntax-tree parsing.\n- The `extractTimeout` limiting how long the extraction of tests for a single file is allowed to take.\n- The `test` and `suite` identifiers the process extracts.",

0 commit comments

Comments
 (0)