mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-31 12:16:22 +01:00
This commit is contained in:
@@ -74,6 +74,10 @@ class RenameSkeleton {
|
||||
return res;
|
||||
}
|
||||
|
||||
// we are here when no provider prepared a location which means we can
|
||||
// just rely on the word under cursor and start with the first provider
|
||||
this._providerRenameIdx = 0;
|
||||
|
||||
const word = this.model.getWordAtPosition(this.position);
|
||||
if (!word) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user