Fix null checks

上级 e23cb007
......@@ -85,12 +85,12 @@ export class FileIconThemeData implements IFileIconTheme {
let themeData = new FileIconThemeData();
themeData.id = '';
themeData.label = '';
themeData.settingsId = null;
themeData.settingsId = undefined;
themeData.isLoaded = false;
themeData.hasFileIcons = false;
themeData.hasFolderIcons = false;
themeData.hidesExplorerArrows = false;
themeData.extensionData = null;
themeData.extensionData = undefined;
return themeData;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册