Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

disable vscode server

for pid in $(ps aux |grep vscode-server|grep -v grep|awk '{print $2}'); do kill -9 $pid; done
 
PREVIOUS NEXT
Tagged: #disable #vscode #server
ADD COMMENT
Topic
Name
4+2 =