mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
Fix windows process tree being included twice on windows
This commit is contained in:
@@ -695,10 +695,13 @@
|
||||
"./vs/workbench/services/themes/common/workbenchThemeService.ts",
|
||||
"./vs/workbench/services/title/common/titleService.ts",
|
||||
"./vs/workbench/services/workspace/common/workspaceEditing.ts",
|
||||
"./vs/workbench/test/electron-browser/api/mock.ts"
|
||||
"./vs/workbench/test/electron-browser/api/mock.ts",
|
||||
"./vs/workbench/parts/terminal/node/windowsShellHelper.ts",
|
||||
"./vs/base/node/ps.ts",
|
||||
"./vs/code/electron-browser/processExplorer/processExplorerMain.ts"
|
||||
],
|
||||
"exclude": [
|
||||
"./typings/require-monaco.d.ts",
|
||||
"../node_modules/windows-process-tree/typings/windows-process-tree.d.ts"
|
||||
"./typings/windows-process-tree.d.ts"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user