Tetsuharu Ohzeki 2023-07-11 06:10:00 +09:00
parent 6f2e8aaba6
commit 445b4fc27f
18 changed files with 52 additions and 37 deletions

View file

@ -2,7 +2,7 @@ import * as Is from "vscode-languageclient/lib/common/utils/is";
import * as os from "os";
import * as path from "path";
import * as vscode from "vscode";
import { Env } from "./client";
import type { Env } from "./client";
import { log } from "./util";
import { expectNotUndefined, unwrapUndefinable } from "./undefinable";