9 lines
380 B
Plaintext
9 lines
380 B
Plaintext
import type * as vscode from '@volar/language-service';
|
|
import type { SharedContext } from '../types';
|
|
export declare const renameInfoOptions: {
|
|
allowRenameOfImportPath: boolean;
|
|
};
|
|
export declare function register(ctx: SharedContext): (uri: string, position: vscode.Position) => vscode.Range | {
|
|
message: string;
|
|
} | undefined;
|
|
//# sourceMappingURL=prepareRename.d.ts.map |