Commit 2e65ecb
committed
docs/remote: update 'Kill VS Code Server on Host' command
The current commands fail to show any processes corresponding to the
VS Code server. Grep for 'vscode-server' instead.
Also, filter out processes belonging to other users by using 'ps aux'
and adding 'grep $USER' to the pipeline.1 parent 35b61c0 commit 2e65ecb
1 file changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
516 | 516 | | |
517 | 517 | | |
518 | 518 | | |
519 | | - | |
520 | | - | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
| |||
0 commit comments