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 999cf81 commit eed9e6cCopy full SHA for eed9e6c
src/index.ts
@@ -78,7 +78,7 @@ async function activate(
78
try {
79
settings = await settingRegistry.load(plugin.id);
80
} catch (error) {
81
- console.error(`Failed to load settings for the Git Exetnsion.\n${error}`);
+ console.error(`Failed to load settings for the Git Extension.\n${error}`);
82
}
83
// Create the Git model
84
const gitExtension = new GitExtension(app, settings);
0 commit comments