mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 06:21:50 +01:00
Strict null check menubar
This commit is contained in:
@@ -336,8 +336,8 @@
|
||||
"./vs/editor/contrib/rename/rename.ts",
|
||||
"./vs/editor/contrib/rename/renameInputField.ts",
|
||||
"./vs/editor/contrib/smartSelect/smartSelect.ts",
|
||||
"./vs/editor/contrib/smartSelect/wordSelections.ts",
|
||||
"./vs/editor/contrib/smartSelect/tokenTree.ts",
|
||||
"./vs/editor/contrib/smartSelect/wordSelections.ts",
|
||||
"./vs/editor/contrib/snippet/snippetParser.ts",
|
||||
"./vs/editor/contrib/snippet/snippetVariables.ts",
|
||||
"./vs/editor/contrib/suggest/suggest.ts",
|
||||
@@ -464,6 +464,7 @@
|
||||
"./vs/platform/markers/common/markerService.ts",
|
||||
"./vs/platform/markers/common/markers.ts",
|
||||
"./vs/platform/menubar/common/menubar.ts",
|
||||
"./vs/platform/menubar/electron-main/menubar.ts",
|
||||
"./vs/platform/menubar/node/menubarIpc.ts",
|
||||
"./vs/platform/node/minimalTranslations.ts",
|
||||
"./vs/platform/node/package.ts",
|
||||
|
||||
Reference in New Issue
Block a user