microsoft/vscode-languageserver-node

Feature request: mechanism for intercepting `workspace/applyEdit`

Open

#1,272 opened on Jul 17, 2023

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (397 forks)auto 404
feature-requesthelp wanted

Repository metrics

Stars
 (1,776 stars)
PR merge metrics
 (PR metrics pending)

Description

This is needed in our case because we want to save the changes when applying edits as VS Code does not offer that possibility (sadly).

Contributor guide