mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-29 21:35:20 +00:00
internal: remove UnindexedProject notification
Summary: Test Plan: Reviewers: Subscribers: Tasks: Tags:
This commit is contained in:
parent
b2e3cec51e
commit
2783aa7312
15 changed files with 14 additions and 366 deletions
|
@ -6,16 +6,12 @@ import { type CommandFactory, Ctx, fetchWorkspace } from "./ctx";
|
|||
import * as diagnostics from "./diagnostics";
|
||||
import { activateTaskProvider } from "./tasks";
|
||||
import { setContextValue } from "./util";
|
||||
import type { JsonProject } from "./rust_project";
|
||||
|
||||
const RUST_PROJECT_CONTEXT_NAME = "inRustProject";
|
||||
|
||||
// This API is not stable and may break in between minor releases.
|
||||
export interface RustAnalyzerExtensionApi {
|
||||
// FIXME: this should be non-optional
|
||||
readonly client?: lc.LanguageClient;
|
||||
|
||||
setWorkspaces(workspaces: JsonProject[]): void;
|
||||
notifyRustAnalyzer(): Promise<void>;
|
||||
}
|
||||
|
||||
export async function deactivate() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue