Skip to content

Commit 779fdc7

Browse files
committed
Rename "Trace Server: stop or reset" to "Trace Server: Stop or Reset"
This is more consistent to other commands in VsCode. Signed-off-by: Bernd Hufmann <[email protected]>
1 parent d773b02 commit 779fdc7

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
@@ -33,7 +33,7 @@ Note: this extension is only aware of a running trace server if it started of he
3333

3434
### Stopping the Trace Server
3535

36-
Use the `Trace Server: stop or reset` command to kill both processes, stopping the server. If the server was stopped outside the application (e.g. killed), using this command will reset the known `pid` and allow to start it again.
36+
Use the `Trace Server: Stop or Reset` command to kill both processes, stopping the server. If the server was stopped outside the application (e.g. killed), using this command will reset the known `pid` and allow to start it again.
3737

3838
Note that exiting the application should automatically stop the started server if started through it.
3939

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"commands": [
4040
{
4141
"command": "vscode-trace-server.stop-or-reset",
42-
"title": "Trace Server: stop or reset"
42+
"title": "Trace Server: Stop or Reset"
4343
},
4444
{
4545
"command": "vscode-trace-server.start-if-stopped",

0 commit comments

Comments
 (0)