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 1b70c8eCopy full SHA for 1b70c8e
python/jupytergis_core/src/jgisplugin/plugins.ts
@@ -64,7 +64,7 @@ const activate = async (
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