diff options
| author | David Barsky <me@davidbarsky.com> | 2023-03-13 13:17:17 -0400 |
|---|---|---|
| committer | David Barsky <me@davidbarsky.com> | 2023-03-13 13:30:19 -0400 |
| commit | 56273b3cf5f480997c18d4edbe2e809e14cfd5c4 (patch) | |
| tree | a14a3510544e58737af7db9ff452242ac3afa5e5 /editors/code/src/client.ts | |
| parent | 8d9bff0c74518d514d59a1638e4717f14caa1d71 (diff) | |
| download | rust-56273b3cf5f480997c18d4edbe2e809e14cfd5c4.tar.gz rust-56273b3cf5f480997c18d4edbe2e809e14cfd5c4.zip | |
Remove `rust-analyzer/addProject` in favor of notifying r-a that configuration has changed
Diffstat (limited to 'editors/code/src/client.ts')
| -rw-r--r-- | editors/code/src/client.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/code/src/client.ts b/editors/code/src/client.ts index 9103ef2f8fd..03f5d430519 100644 --- a/editors/code/src/client.ts +++ b/editors/code/src/client.ts @@ -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"; |
