You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
OS and Version: Windows 11 Insider Preview Build 22483.1011
VS Code Version: 1.62.0-insider
C/C++ Extension Version: 1.7.1
A clear and concise description of what the bug is:
Command failed: wmic process get Name,ProcessId,CommandLine /FORMAT:list
'wmic' is not recognized as an internal or external command, operable program or batch file.
Select (Windows) Attach configuration in Debug pane, and press F5 to start debugging.
The error described above popped up.
Additional context
WMIC is deprecated in favor of CMI cmdlets in PowerShell as of Windows 10 21H1, and has already been removed from Windows 11 22483. See MicrosoftDocs/win32@9f7ba67.
The text was updated successfully, but these errors were encountered:
Bug type: Debugger
Describe the bug
To Reproduce
launch.json
:Steps to reproduce the behavior:
(Windows) Attach
configuration in Debug pane, and pressF5
to start debugging.Additional context
WMIC is deprecated in favor of CMI cmdlets in PowerShell as of Windows 10 21H1, and has already been removed from Windows 11 22483. See MicrosoftDocs/win32@9f7ba67.
The text was updated successfully, but these errors were encountered: