Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CimAttachItemsProvider to replace WmicAttachItemsProvider #4848

Merged
merged 2 commits into from
Oct 27, 2021

Conversation

WardenGnaw
Copy link
Contributor

Add CimAttachItemsProvider to retrieve processes with Get-CimInstance Win32_Process if powershell is found in PATH.

Keeping WmicAttachItemsProvider if finding powershell fails.

Adapted from @eternalphane work in the VSCode C/C++ Extension: microsoft/vscode-cpptools#8329

Add CimAttachItemsProvider to retrieve processes with Get-CimInstance
Win32_Process if powershell is found in PATH.

From microsoft/vscode-cpptools#8329
src/common.ts Outdated Show resolved Hide resolved
Copy link
Contributor

@gregg-miskelly gregg-miskelly left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Otherwise LGTM

@WardenGnaw WardenGnaw merged commit 3869431 into master Oct 27, 2021
@JoeRobich JoeRobich deleted the dev/waan/fixwmicdepricaiton branch October 18, 2022 20:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants