-
Notifications
You must be signed in to change notification settings - Fork 34.7k
Closed
Labels
Milestone
Description
Refs: #39262
Complexity: 3
We added a new command line argument "code --status
" that prints some diagnostics output to the console. You can run this command only when Code is already running (otherwise an info message is printed).
Verify that the output:
- contains environmental info about the system
- a full list of processes that are running including their CPU/Memory usage
- some information about the folders opened (works across multiple windows and also for multi root workspaces)
- under Windows ensure that it works with a 64 and a 32 bit version of VS Code.