I tried to kill the vscode from command line:
$ killall vscode No matching processes belonging to you were found $ killall "Visual Studio Code" No matching processes belonging to you were found
It does not work?
How could I terminate vscode from command line?
This action creates another entry in the tab list associated with that terminal. Remove terminal instances by hovering a tab and selecting the Trash Can button, selecting a tab item and pressing Delete, using Terminal: Kill the Active Terminal Instance command, or via the right-click context menu.
Switch Remote - SSH into socket mode by enabling Remote. SSH: Remote Server Listen On Socket in your local VS Code User settings. If you've already connected to the SSH Host, select Remote-SSH: Kill VS Code Server on Host... from the Command Palette (F1) so the setting takes effect.
From File > Preferences > Settings (macOS: Code > Preferences > Settings), search for experiments , and uncheck the Workbench: Enable Experiments setting. This will prevent VS Code from calling out to the service and opt out of any ongoing experiments.
Use
killall code
It will terminate all running instances of Visual Studio Code.
If nothing works try this
$ sudo kill -9 $(pgrep Electron)
Use with caution ⚠️ this will also terminate other apps which are run by Electron
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With