Skip to content

fix(3810): handle deprecated tags in completions#3828

Merged
gabritto merged 4 commits into
microsoft:mainfrom
a-tarasyuk:fix/3810
May 14, 2026
Merged

fix(3810): handle deprecated tags in completions#3828
gabritto merged 4 commits into
microsoft:mainfrom
a-tarasyuk:fix/3810

Conversation

@a-tarasyuk
Copy link
Copy Markdown
Contributor

Fixes #3810

Copilot AI review requested due to automatic review settings May 13, 2026 10:00
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.

@DanielRosenwasser
Copy link
Copy Markdown
Member

Is there some non-converted test that this should fix?

}

var (
completionIgnoreOpts = ignorePaths(".Kind", ".SortText", ".FilterText", ".Data", ".AdditionalTextEdits")
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could we not ignore .Tags and instead just update the tests?

@a-tarasyuk a-tarasyuk requested a review from gabritto May 14, 2026 18:56
Comment thread internal/fourslash/fourslash.go Outdated
return fmt.Sprintf("%s:\n%s", "Kind mismatch", err)
}
}
if expected.Tags != nil {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we still need this if we're no longer ignoring .Tags in the completion options above?

@a-tarasyuk a-tarasyuk requested a review from gabritto May 14, 2026 20:26
@gabritto gabritto enabled auto-merge May 14, 2026 20:55
@gabritto gabritto added this pull request to the merge queue May 14, 2026
Merged via the queue into microsoft:main with commit 137998e May 14, 2026
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Deprecated members still shown in dropdown menu with editor.suggest.showDeprecated set to false

5 participants