Johannes Rieken
2023-11-16 16:25:59 +01:00
committed by GitHub
parent a50c6479c0
commit 20cd4e4bc3
@@ -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 {