Skip to content

Fix declaration order of File and Reference in CompletionItemKind#314958

Open
dymaaaj7 wants to merge 1 commit into
microsoft:mainfrom
dymaaaj7:patch-3
Open

Fix declaration order of File and Reference in CompletionItemKind#314958
dymaaaj7 wants to merge 1 commit into
microsoft:mainfrom
dymaaaj7:patch-3

Conversation

@dymaaaj7
Copy link
Copy Markdown

@dymaaaj7 dymaaaj7 commented May 7, 2026

Fixes #314948

Reference = 17 was declared before File = 16 in the CompletionItemKind enum, breaking ascending numeric order. This swaps the two entries to restore consistent ordering.

Copilot AI review requested due to automatic review settings May 7, 2026 08:56
@dymaaaj7 dymaaaj7 requested review from alexr00 and mjbvz as code owners May 7, 2026 08:56
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 wasn't able to review any files in this pull request.

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.

CompletionItemKind enum in vscode.d.ts: Reference (17) and File (16) are declared out of order

3 participants