Skip to content

Commit

Permalink
chore: Change extension display name
Browse files Browse the repository at this point in the history
  • Loading branch information
Danielku15 committed Apr 8, 2024
1 parent 0721547 commit 3371774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mocha-vscode",
"displayName": "Mocha Test Runner",
"displayName": "Mocha for VS Code",
"description": "Run and debug Mocha tests right within VS Code.",
"publisher": "coderline",
"version": "1.0.0",
Expand Down Expand Up @@ -35,7 +35,7 @@
"contributes": {
"configuration": [
{
"title": "Extension Test Runner",
"title": "Mocha for VS Code",
"properties": {
"mocha-vscode.extractSettings": {
"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.",
Expand Down

0 comments on commit 3371774

Please sign in to comment.