Skip to content

Commit

Permalink
remove RenameProvider from plugin-api-rpc-model
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-marechal committed Nov 1, 2021
1 parent af7ef93 commit ff9ade9
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions packages/plugin-ext/src/common/plugin-api-rpc-model.ts
Original file line number Diff line number Diff line change
Expand Up @@ -511,11 +511,6 @@ export interface RenameLocation {
text: string;
}

export interface RenameProvider {
provideRenameEdits(model: monaco.editor.ITextModel, position: theia.Position, newName: string): PromiseLike<WorkspaceEdit & Rejection>;
resolveRenameLocation?(model: monaco.editor.ITextModel, position: theia.Position): PromiseLike<RenameLocation & Rejection>;
}

export interface CallHierarchyDefinition {
name: string;
kind: SymbolKind;
Expand Down

0 comments on commit ff9ade9

Please sign in to comment.