Skip to content

Commit

Permalink
fix: linter errors
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Golovin <[email protected]>
  • Loading branch information
dgolovin committed Jun 14, 2024
1 parent 1b425fe commit d69c5c0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/extension.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ async function _activate(extensionContext: extensionApi.ExtensionContext): Promi
const telemetryLogger = extensionApi.env.createTelemetryLogger();

const detectionChecks: extensionApi.ProviderDetectionCheck[] = [];
let status: extensionApi.ProviderStatus = 'not-installed';
let hasDaemonRunning = false;
let isNeedSetup = false;
if (crcVersion) {
Expand Down

0 comments on commit d69c5c0

Please sign in to comment.