mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
debt - more strict null checks
This commit is contained in:
@@ -11,7 +11,10 @@
|
||||
"./vs/editor/common/**/*.ts",
|
||||
"./vs/editor/browser/**/*.ts",
|
||||
"./vs/editor/test/**/*.ts",
|
||||
"./vs/editor/contrib/smartSelect/**/*.ts"
|
||||
"./vs/editor/contrib/smartSelect/**/*.ts",
|
||||
"./vs/editor/contrib/format/**/*.ts",
|
||||
"./vs/editor/contrib/gotoError/**/*.ts",
|
||||
"./vs/editor/contrib/inPlaceReplace/**/*.ts"
|
||||
],
|
||||
"files": [
|
||||
"./vs/base/browser/browser.ts",
|
||||
@@ -221,21 +224,14 @@
|
||||
"./vs/editor/contrib/folding/test/indentRangeProvider.test.ts",
|
||||
"./vs/editor/contrib/folding/test/syntaxFold.test.ts",
|
||||
"./vs/editor/contrib/fontZoom/fontZoom.ts",
|
||||
"./vs/editor/contrib/format/format.ts",
|
||||
"./vs/editor/contrib/format/formatActions.ts",
|
||||
"./vs/editor/contrib/format/formattingEdit.ts",
|
||||
"./vs/editor/contrib/goToDefinition/clickLinkGesture.ts",
|
||||
"./vs/editor/contrib/goToDefinition/goToDefinition.ts",
|
||||
"./vs/editor/contrib/gotoError/gotoError.ts",
|
||||
"./vs/editor/contrib/gotoError/gotoErrorWidget.ts",
|
||||
"./vs/editor/contrib/hover/getHover.ts",
|
||||
"./vs/editor/contrib/hover/hover.ts",
|
||||
"./vs/editor/contrib/hover/hoverOperation.ts",
|
||||
"./vs/editor/contrib/hover/hoverWidgets.ts",
|
||||
"./vs/editor/contrib/hover/modesContentHover.ts",
|
||||
"./vs/editor/contrib/hover/modesGlyphHover.ts",
|
||||
"./vs/editor/contrib/inPlaceReplace/inPlaceReplace.ts",
|
||||
"./vs/editor/contrib/inPlaceReplace/inPlaceReplaceCommand.ts",
|
||||
"./vs/editor/contrib/indentation/indentUtils.ts",
|
||||
"./vs/editor/contrib/indentation/indentation.ts",
|
||||
"./vs/editor/contrib/indentation/test/indentation.test.ts",
|
||||
@@ -258,7 +254,9 @@
|
||||
"./vs/editor/contrib/parameterHints/test/parameterHintsModel.test.ts",
|
||||
"./vs/editor/contrib/quickOpen/quickOpen.ts",
|
||||
"./vs/editor/contrib/referenceSearch/referencesModel.ts",
|
||||
"./vs/editor/contrib/referenceSearch/test/referencesModel.test.ts",
|
||||
"./vs/editor/contrib/referenceSearch/referencesTree.ts",
|
||||
"./vs/editor/contrib/referenceSearch/peekViewWidget.ts",
|
||||
"./vs/editor/contrib/rename/rename.ts",
|
||||
"./vs/editor/contrib/rename/renameInputField.ts",
|
||||
"./vs/editor/contrib/snippet/snippetParser.ts",
|
||||
|
||||
Reference in New Issue
Block a user