Skip to content

Commit 0f6afac

Browse files
Use type import
1 parent 9396163 commit 0f6afac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/ql-vscode/src/common/vscode/telemetry.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import { showBinaryChoiceWithUrlDialog } from "./dialog";
2020
import type { RedactableError } from "../errors";
2121
import type { SemVer } from "semver";
2222
import type { AppTelemetry } from "../telemetry";
23-
import { EnvelopeTelemetry } from "applicationinsights/out/Declarations/Contracts";
23+
import type { EnvelopeTelemetry } from "applicationinsights/out/Declarations/Contracts";
2424

2525
// Key is injected at build time through the APP_INSIGHTS_KEY environment variable.
2626
const key = "REPLACE-APP-INSIGHTS-KEY";

0 commit comments

Comments
 (0)