Skip to content

Commit fa0b794

Browse files
committed
Remove windowsShellHelper from strict null checks
Currently broken for duplicated typings
1 parent e05b331 commit fa0b794

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/tsconfig.strictNullChecks.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
"./vs/base/common/decorators.ts",
3434
"./vs/base/common/diff/diff.ts",
3535
"./vs/base/common/diff/diffChange.ts",
36+
"./vs/base/common/errorMessage.ts",
3637
"./vs/base/common/errors.ts",
3738
"./vs/base/common/errorsWithActions.ts",
3839
"./vs/base/common/event.ts",
@@ -92,7 +93,6 @@
9293
"./vs/code/electron-main/theme.ts",
9394
"./vs/code/node/shellEnv.ts",
9495
"./vs/editor/browser/config/elementSizeObserver.ts",
95-
"./vs/editor/common/commands/replaceCommand.ts",
9696
"./vs/editor/common/commands/surroundSelectionCommand.ts",
9797
"./vs/editor/common/config/editorOptions.ts",
9898
"./vs/editor/common/config/editorZoom.ts",
@@ -235,7 +235,6 @@
235235
"./vs/workbench/parts/search/common/constants.ts",
236236
"./vs/workbench/parts/terminal/browser/terminalWidgetManager.ts",
237237
"./vs/workbench/parts/terminal/common/terminal.ts",
238-
"./vs/workbench/parts/terminal/node/windowsShellHelper.ts",
239238
"./vs/workbench/parts/welcome/page/electron-browser/vs_code_welcome_page.ts",
240239
"./vs/workbench/services/activity/common/activity.ts",
241240
"./vs/workbench/services/backup/common/backup.ts",

0 commit comments

Comments
 (0)