Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'main' into gabritto/issue45659
  • Loading branch information
gabritto committed Apr 12, 2022
commit 6804b7a2ade8c4dbed3ca77bb44c4b5aaaeaf2fa
3 changes: 2 additions & 1 deletion src/server/session.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,8 @@ namespace ts.server {
{ providePrefixAndSuffixTextForRename }: UserPreferences
): readonly RenameLocation[] {
const outputs: RenameLocation[] = [];
combineProjectOutputRenameWorker(
const seen = createDocumentSpanSet();
combineProjectOutputWorker(
projects,
defaultProject,
initialLocation,
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.