We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e337d4a commit af6807fCopy full SHA for af6807f
python/jupytergis_core/src/jgisplugin/plugins.ts
@@ -61,10 +61,8 @@ const activate = async (
61
window.jupytergisMaps = {};
62
}
63
64
- let settings: ISettingRegistry.ISettings | null = null;
65
-
66
try {
67
- settings = await settingRegistry.load(SETTINGS_ID);
+ await settingRegistry.load(SETTINGS_ID);
68
} catch (error) {
69
console.warn(`Failed to load settings for ${SETTINGS_ID}`, error);
70
0 commit comments