We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b307403 commit 0310b52Copy full SHA for 0310b52
src/razor/src/razorLanguageServerClient.ts
@@ -36,7 +36,7 @@ export class RazorLanguageServerClient implements vscode.Disposable {
36
private readonly vscodeType: typeof vscode,
37
private readonly languageServerDir: string,
38
private readonly razorTelemetryReporter: RazorTelemetryReporter,
39
- //@ts-ignore
+ //@ts-expect-error unused
40
private readonly isCSharpDevKitActivated: boolean,
41
private readonly env: NodeJS.ProcessEnv,
42
private readonly dotnetExecutablePath: string,
0 commit comments