Skip to content

Commit e7926ef

Browse files
committed
fix bad strict-null file list
1 parent df2aeae commit e7926ef

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/tsconfig.strictNullChecks.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,7 @@
461461
"./vs/workbench/services/search/node/ripgrepSearchProvider.ts",
462462
"./vs/workbench/services/search/node/ripgrepSearchUtils.ts",
463463
"./vs/workbench/services/search/node/ripgrepTextSearchEngine.ts",
464-
"./vs/workbench/services/search/node/search.ts",
464+
"./vs/workbench/services/search/common/search.ts",
465465
"./vs/workbench/services/search/node/searchApp.ts",
466466
"./vs/workbench/services/search/node/searchIpc.ts",
467467
"./vs/workbench/services/search/node/textSearchAdapter.ts",
@@ -476,7 +476,7 @@
476476
"./vs/workbench/services/search/test/node/textSearchManager.test.ts",
477477
"./vs/workbench/services/textMate/common/TMHelper.ts",
478478
"./vs/workbench/services/textMate/common/textMateService.ts",
479-
"./vs/workbench/services/textMate/electron-browser/TMGrammars.ts",
479+
"./vs/workbench/services/textMate/common/TMGrammars.ts",
480480
"./vs/workbench/services/textMate/electron-browser/textMateService.ts",
481481
"./vs/workbench/services/textfile/common/textFileEditorModel.ts",
482482
"./vs/workbench/services/textfile/common/textFileEditorModelManager.ts",
@@ -508,4 +508,4 @@
508508
"./typings/require-monaco.d.ts",
509509
"./vs/workbench/contrib/comments/electron-browser/commentThreadWidget.ts"
510510
]
511-
}
511+
}

0 commit comments

Comments
 (0)