Fix #61546. Strict null checks for comment services.

This commit is contained in:
rebornix
2018-10-25 10:37:55 -07:00
parent 02275f047b
commit 9aa969cd07
2 changed files with 8 additions and 7 deletions

View File

@@ -503,6 +503,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/emmet/browser/actions/showEmmetCommands.ts",
"./vs/workbench/parts/emmet/browser/emmet.browser.contribution.ts",
"./vs/workbench/parts/emmet/electron-browser/actions/expandAbbreviation.ts",