mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 05:15:04 +00:00
Tidy up vscode extension a bit
This commit is contained in:
parent
f9bb5476c3
commit
ff07caa9de
16 changed files with 143 additions and 171 deletions
|
@ -2,9 +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 type { Env } from "./client";
|
||||
import { log } from "./util";
|
||||
import { expectNotUndefined, unwrapUndefinable } from "./undefinable";
|
||||
import { type Env, log, unwrapUndefinable, expectNotUndefined } from "./util";
|
||||
import type { JsonProject } from "./rust_project";
|
||||
|
||||
export type RunnableEnvCfgItem = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue