aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/snippets.ts
Commit message (Collapse)AuthorAgeFilesLines
* remove unnecessarySahandevs2021-02-071-1/+1
|
* Support multiple workspace editsLukas Wirth2020-11-041-5/+18
|
* Fix snippetTextEdits applying to other filesTimo Freiberg2020-07-221-0/+4
| | | | | | | vscode.window.visibleTextEditors only contains editors whose contents are being displayed at the moment, so the previous logic only worked if the other file for which a snippetTextEdit is being received was visible in a separate split.
* Less rust-analyzer specific onEnterAleksey Kladov2020-05-251-0/+3
|
* Remove dead codeAleksey Kladov2020-05-251-0/+52