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 eed9e6c commit 170b15aCopy full SHA for 170b15a
src/index.ts
@@ -98,7 +98,7 @@ async function activate(
98
filebrowser.model.fileChanged.connect(() => gitExtension.refreshStatus());
99
100
// Provided we were able to load application settings, create the extension widgets
101
- if (typeof settings !== void 0) {
+ if (settings) {
102
// Create the Git widget sidebar
103
const gitPlugin = new GitWidget(gitExtension, settings, renderMime);
104
gitPlugin.id = 'jp-git-sessions';
0 commit comments