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 29361bb commit cc61f43Copy full SHA for cc61f43
extensions/vscode/src/util/util.ts
@@ -118,6 +118,6 @@ export function getMetaKeyName() {
118
}
119
120
export function getExtensionVersion(): string {
121
- const extension = vscode.extensions.getExtension("continue.continue");
+ const extension = vscode.extensions.getExtension("ahrefs.ahrefs-continue");
122
return extension?.packageJSON.version || "0.1.0";
123
0 commit comments