Bug is in method getProcessList which returns array of objects with key commandLine which is not correctly handled for multibyte encoding:
so in key commandLine instead of multibyte characters are � symbols.
This affects vs code process explorer, see issue in vs code microsoft/vscode#219183
Bug is in method
getProcessListwhich returns array of objects with keycommandLinewhich is not correctly handled for multibyte encoding:so in key
commandLineinstead of multibyte characters are�symbols.This affects vs code process explorer, see issue in vs code microsoft/vscode#219183