mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-26 20:09:19 +00:00
Remove rust-analyzer/addProject
in favor of notifying r-a that configuration has changed
This commit is contained in:
parent
8d9bff0c74
commit
56273b3cf5
7 changed files with 8 additions and 65 deletions
|
@ -3,7 +3,7 @@ import * as lc from "vscode-languageclient/node";
|
|||
import * as vscode from "vscode";
|
||||
import * as ra from "../src/lsp_ext";
|
||||
import * as Is from "vscode-languageclient/lib/common/utils/is";
|
||||
import { assert, log } from "./util";
|
||||
import { assert } from "./util";
|
||||
import * as diagnostics from "./diagnostics";
|
||||
import { WorkspaceEdit } from "vscode";
|
||||
import { Config, prepareVSCodeConfig } from "./config";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue