File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
platform/extensions/electron-main Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ export function listProcesses(rootPid: number): Promise<ProcessItem> {
52
52
const ISSUE_REPORTER_HINT = / - - v s c o d e - w i n d o w - k i n d = i s s u e - r e p o r t e r / ;
53
53
const PROCESS_EXPLORER_HINT = / - - v s c o d e - w i n d o w - k i n d = p r o c e s s - e x p l o r e r / ;
54
54
const UTILITY_NETWORK_HINT = / - - u t i l i t y - s u b - t y p e = n e t w o r k / ;
55
- const UTILITY_EXTENSION_HOST_HINT = / - - v s c o d e - u t i l i t y - k i n d = e x t e n s i o n - h o s t / ;
55
+ const UTILITY_EXTENSION_HOST_HINT = / - - u t i l i t y - s u b - t y p e = n o d e . m o j o m . N o d e S e r v i c e / ;
56
56
const WINDOWS_CRASH_REPORTER = / - - c r a s h e s - d i r e c t o r y / ;
57
57
const WINDOWS_PTY = / \\ p i p e \\ w i n p t y - c o n t r o l / ;
58
58
const WINDOWS_CONSOLE_HOST = / c o n h o s t \. e x e / ;
Original file line number Diff line number Diff line change @@ -324,7 +324,6 @@ class UtilityExtensionHostProcess extends Disposable {
324
324
const modulePath = FileAccess . asFileUri ( 'bootstrap-fork.js' , require ) . fsPath ;
325
325
const args : string [ ] = [ '--type=extensionHost' , '--skipWorkspaceStorageLock' ] ;
326
326
const execArgv : string [ ] = opts . execArgv || [ ] ;
327
- execArgv . push ( `--vscode-utility-kind=extension-host` ) ;
328
327
const env : { [ key : string ] : any } = { ...opts . env } ;
329
328
330
329
// Make sure all values are strings, otherwise the process will not start
You can’t perform that action at this time.
0 commit comments