mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
Strict null checks
This commit is contained in:
@@ -92,6 +92,7 @@
|
||||
"./vs/code/electron-browser/issue/issueReporterUtil.ts",
|
||||
"./vs/code/electron-main/auth.ts",
|
||||
"./vs/code/electron-main/keyboard.ts",
|
||||
"./vs/code/electron-main/sharedProcess.ts",
|
||||
"./vs/code/electron-main/theme.ts",
|
||||
"./vs/code/node/shellEnv.ts",
|
||||
"./vs/editor/browser/config/charWidthReader.ts",
|
||||
@@ -259,6 +260,7 @@
|
||||
"./vs/editor/contrib/codeAction/codeActionModel.ts",
|
||||
"./vs/editor/contrib/codeAction/codeActionTrigger.ts",
|
||||
"./vs/editor/contrib/codeAction/lightBulbWidget.ts",
|
||||
"./vs/editor/contrib/codelens/codelens.ts",
|
||||
"./vs/editor/contrib/colorPicker/color.ts",
|
||||
"./vs/editor/contrib/colorPicker/colorDetector.ts",
|
||||
"./vs/editor/contrib/colorPicker/colorPickerModel.ts",
|
||||
@@ -290,6 +292,7 @@
|
||||
"./vs/editor/contrib/fontZoom/fontZoom.ts",
|
||||
"./vs/editor/contrib/goToDefinition/clickLinkGesture.ts",
|
||||
"./vs/editor/contrib/goToDefinition/goToDefinition.ts",
|
||||
"./vs/editor/contrib/gotoError/gotoErrorWidget.ts",
|
||||
"./vs/editor/contrib/hover/getHover.ts",
|
||||
"./vs/editor/contrib/hover/hoverOperation.ts",
|
||||
"./vs/editor/contrib/hover/hoverWidgets.ts",
|
||||
@@ -335,6 +338,7 @@
|
||||
"./vs/editor/test/browser/controller/imeTester.ts",
|
||||
"./vs/editor/test/browser/editorTestServices.ts",
|
||||
"./vs/editor/test/browser/testCodeEditor.ts",
|
||||
"./vs/editor/test/browser/testCommand.ts",
|
||||
"./vs/editor/test/browser/view/minimapFontCreator.ts",
|
||||
"./vs/editor/test/common/commentMode.ts",
|
||||
"./vs/editor/test/common/core/viewLineToken.ts",
|
||||
@@ -503,7 +507,7 @@
|
||||
"./vs/workbench/parts/codeEditor/electron-browser/toggleWordWrap.ts",
|
||||
"./vs/workbench/parts/comments/common/commentModel.ts",
|
||||
"./vs/workbench/parts/comments/electron-browser/commentGlyphWidget.ts",
|
||||
"vs/workbench/parts/comments/electron-browser/commentService.ts",
|
||||
"./vs/workbench/parts/comments/electron-browser/commentService.ts",
|
||||
"./vs/workbench/parts/emmet/browser/actions/showEmmetCommands.ts",
|
||||
"./vs/workbench/parts/emmet/browser/emmet.browser.contribution.ts",
|
||||
"./vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.ts",
|
||||
@@ -537,11 +541,13 @@
|
||||
"./vs/workbench/parts/surveys/electron-browser/nps.contribution.ts",
|
||||
"./vs/workbench/parts/tasks/common/problemCollectors.ts",
|
||||
"./vs/workbench/parts/tasks/common/problemMatcher.ts",
|
||||
"./vs/workbench/parts/tasks/common/taskDefinitionRegistry.ts",
|
||||
"./vs/workbench/parts/tasks/common/taskService.ts",
|
||||
"./vs/workbench/parts/tasks/common/taskSystem.ts",
|
||||
"./vs/workbench/parts/tasks/common/taskTemplates.ts",
|
||||
"./vs/workbench/parts/tasks/common/tasks.ts",
|
||||
"./vs/workbench/parts/tasks/electron-browser/jsonSchemaCommon.ts",
|
||||
"./vs/workbench/parts/tasks/node/tasks.ts",
|
||||
"./vs/workbench/parts/terminal/browser/terminalTab.ts",
|
||||
"./vs/workbench/parts/terminal/browser/terminalWidgetManager.ts",
|
||||
"./vs/workbench/parts/terminal/common/terminal.ts",
|
||||
@@ -591,6 +597,7 @@
|
||||
"./vs/workbench/services/keybinding/common/macLinuxKeyboardMapper.ts",
|
||||
"./vs/workbench/services/keybinding/common/windowsKeyboardMapper.ts",
|
||||
"./vs/workbench/services/mode/common/workbenchModeService.ts",
|
||||
"./vs/workbench/services/notification/common/notificationService.ts",
|
||||
"./vs/workbench/services/panel/common/panelService.ts",
|
||||
"./vs/workbench/services/part/common/partService.ts",
|
||||
"./vs/workbench/services/scm/common/scm.ts",
|
||||
|
||||
Reference in New Issue
Block a user