Seems like some extension badly affects to run Vscode. When I try to open Vscode there is "Window no longer responding" How to disable Vscode extensions through cmd?
You can disable extensions via command line with the --disable-extensions flag
code --disable-extensions
My installation (Visual Studio Code 1.82.0 on MacOS 13.5.1) gives a way to disable a specific extension from the command line.
$ code --help
...
Usage: code [options][paths...]
...
--disable-extension <ext-id> Disable the provided extension. This option is not persisted and is effective only when the command opens a new window.
For example code --disable-extension ms-vscode-remote.remote-ssh disables the ssh extension (tested).
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