-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities
Description
Bug is in method getProcessList which returns array of objects with key commandLine which is not correctly handled for multibyte encoding:
- https://github.com/microsoft/vscode-windows-process-tree/blob/main/src/process_worker.cc#L42-L43
- https://github.com/microsoft/vscode-windows-process-tree/blob/main/src/process_commandline.cc#L52-L55
- https://github.com/microsoft/vscode-windows-process-tree/blob/main/src/process.h#L24
so in key commandLine instead of multibyte characters are � symbols.
This affects vs code process explorer, see issue in vs code microsoft/vscode#219183
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bughelp wantedIssues identified as good community contribution opportunitiesIssues identified as good community contribution opportunities