Microsoft/vscode

Fix `CompletionItem.command` deprecation for built-in js/ts

Open

#237,861 opened on Jan 14, 2025

 (0 comments) (0 reactions) (1 assignee)TypeScript (39,847 forks)batch import
debthelp wantedjavascript

Repository metrics

Stars
 (184,936 stars)
PR merge metrics
 (PR metrics pending)

Description

For #237857

Looks like we think we can changing the completion item command during resolve, which has been marked deprecated

Contributor guide