mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-25 02:58:56 +01:00
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:
@@ -33,6 +33,7 @@
|
||||
"scmActionButton",
|
||||
"scmSelectedProvider",
|
||||
"scmValidation",
|
||||
"snippetWorkspaceEdit",
|
||||
"taskPresentationGroup",
|
||||
"terminalDataWriteEvent",
|
||||
"terminalDimensions",
|
||||
|
||||
Reference in New Issue
Block a user