joh/theoretical quokka (#154157)

* add `SnippetController#apply(ISnippetEdit[])`

This replaces the initial ugly trick with a more sound implementation of arbitrary snippet edits. A snippet edit can cover disconnected regions, each will be applied as separate text edit but everything will become a single `OneSnippet` instance

* add integration test for SnippetString-text edit inside workspace edit
This commit is contained in:
Johannes Rieken
2022-07-05 21:30:01 +02:00
committed by GitHub
parent 0843ea29d8
commit 71c221c532
8 changed files with 368 additions and 86 deletions

View File

@@ -33,6 +33,7 @@
"scmActionButton",
"scmSelectedProvider",
"scmValidation",
"snippetWorkspaceEdit",
"taskPresentationGroup",
"terminalDataWriteEvent",
"terminalDimensions",