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
 (Avg merge 11h 43m) (1,000 merged PRs in 30d)

Description

For #237857

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

Contributor guide