mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix error where rename controller wasn't in InstantiationService (#2243)
This commit is contained in:
@@ -97,7 +97,8 @@ export async function rename(model: ITextModel, position: Position, newName: str
|
||||
|
||||
const CONTEXT_RENAME_INPUT_VISIBLE = new RawContextKey<boolean>('renameInputVisible', false);
|
||||
|
||||
class RenameController implements IEditorContribution {
|
||||
// {{SQL CARBON EDIT}}
|
||||
export class RenameController implements IEditorContribution {
|
||||
|
||||
private static readonly ID = 'editor.contrib.renameController';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user