mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
add configuration option
This commit is contained in:
parent
3e4de963a2
commit
c566136854
3 changed files with 11 additions and 2 deletions
|
@ -10,7 +10,7 @@ import { type Config, prepareVSCodeConfig } from "./config";
|
|||
import { randomUUID } from "crypto";
|
||||
import { sep as pathSeparator } from "path";
|
||||
import { unwrapUndefinable } from "./undefinable";
|
||||
import { RaLanguageClient } from "./base_client";
|
||||
import { RaLanguageClient } from "./lang_client";
|
||||
|
||||
export interface Env {
|
||||
[name: string]: string;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue