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 authored and gbraad committed Sep 5, 2023
1 parent e3b2af5 commit 8b49305
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 8b49305

Please sign in to comment.