microsoft / vscode-tye

A Visual Studio Code extension for Tye development
Other
25 stars 9 forks source link

Move to PowerShell-based WMI provider #163

Closed philliphoff closed 3 years ago

philliphoff commented 3 years ago

So it turns out that wmic.exe is deprecated in Windows 11, which we use to identify running Tye processes (in order to gather related information like the exact command line which isn't available via other task-related commands).

We need to move to the recommended PowerShell-based WMI utility.