Skip to content

Commit d773b02

Browse files
committed
Rename start command to "Trace Server: Start"
... from originally "Trace Server: Start (if stopped)". Mentioning "if stopped" is not relevant for the user. Fixes #15 Signed-off-by: Bernd Hufmann <[email protected]>
1 parent a00b7de commit d773b02

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ If this extension is configured correctly, it will automatically start the trace
2727

2828
Manual start:
2929

30-
Use the `Trace Server: start (if stopped)` command to launch the trace server instance. The latter should be made of two related processes; to find them, `grep` for `tracecompass` or the like.
30+
Use the `Trace Server: Start` command to launch the trace server instance. The latter should be made of two related processes; to find them, `grep` for `tracecompass` or the like.
3131

3232
Note: this extension is only aware of a running trace server if it started of helped start it, as per above. It will not know if you started the server on the CLI or outside using other means than described above.
3333

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
},
4444
{
4545
"command": "vscode-trace-server.start-if-stopped",
46-
"title": "Trace Server: start (if stopped)"
46+
"title": "Trace Server: Start"
4747
}
4848
],
4949
"configuration": {

0 commit comments

Comments
 (0)