Skip to content

Commit

Permalink
Remove unused config get
Browse files Browse the repository at this point in the history
Signed-off-by: Yevhen Vydolob <[email protected]>
  • Loading branch information
evidolob committed Aug 9, 2023
1 parent f02f5b4 commit b8b7433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ let crcVersion: CrcVersion | undefined;

export async function activate(extensionContext: extensionApi.ExtensionContext): Promise<void> {
const crcInstaller = new CrcInstall(extensionContext.storagePath);
extensionApi.configuration.getConfiguration();

crcVersion = await getCrcVersion();
const telemetryLogger = extensionApi.env.createTelemetryLogger();

Expand Down

0 comments on commit b8b7433

Please sign in to comment.