mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-15 04:41:00 +01:00
03dd400cf7
* Adopt CodeAction type for built-in css server Remove the now-dead `_css.applyCodeAction` command handler and its activation event. The CSS server already returns proper `CodeAction` objects with `edit` via `doCodeActions2`, so the legacy command-based fallback is no longer reached. Fixes #237858 * revert package.json change --------- Co-authored-by: Martin Aeschlimann <martinae@microsoft.com>