Skip to content

Commit e74aa5a

Browse files
committed
Fix windows process tree being included twice on windows
1 parent d5c1191 commit e74aa5a

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

src/tsconfig.strictNullChecks.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,10 +695,13 @@
695695
"./vs/workbench/services/themes/common/workbenchThemeService.ts",
696696
"./vs/workbench/services/title/common/titleService.ts",
697697
"./vs/workbench/services/workspace/common/workspaceEditing.ts",
698-
"./vs/workbench/test/electron-browser/api/mock.ts"
698+
"./vs/workbench/test/electron-browser/api/mock.ts",
699+
"./vs/workbench/parts/terminal/node/windowsShellHelper.ts",
700+
"./vs/base/node/ps.ts",
701+
"./vs/code/electron-browser/processExplorer/processExplorerMain.ts"
699702
],
700703
"exclude": [
701704
"./typings/require-monaco.d.ts",
702-
"../node_modules/windows-process-tree/typings/windows-process-tree.d.ts"
705+
"./typings/windows-process-tree.d.ts"
703706
]
704707
}

0 commit comments

Comments
 (0)