Skip to content

Commit

Permalink
fix: update Extension code
Browse files Browse the repository at this point in the history
  • Loading branch information
DarthHater committed Nov 25, 2019
1 parent 2c7d50d commit 0e0333d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext-src/services/RequestHelpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export class RequestHelpers {
}

private static getExtensionVersion() {
let extension = extensions.getExtension('cameronsonatype.vscode-iq-plugin');
let extension = extensions.getExtension('SonatypeCommunity.vscode-iq-plugin');
if (extension != undefined) {
return extension.packageJSON.version;
} else {
Expand Down

0 comments on commit 0e0333d

Please sign in to comment.