Skip to content

Commit dcf249b

Browse files
fix unused import
1 parent a1f8237 commit dcf249b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

editor/src/ctx.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ import {
77
LanguageClient,
88
LanguageClientOptions,
99
StreamInfo,
10-
Diagnostic
1110
} from 'vscode-languageclient/node';
1211

1312
import { workspace } from 'vscode';
@@ -16,7 +15,6 @@ import * as net from 'net';
1615
import { Logger } from "./logger";
1716
import { existsSync, readdirSync, rmdirSync, rm } from "fs";
1817
import * as path from "path";
19-
import { DiagnosticFeature } from 'vscode-languageclient/lib/common/diagnostic';
2018

2119
export type CommandCallback = {
2220
call: (ctx: Ctx) => Commands.Cmd;

0 commit comments

Comments
 (0)