Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support multiple workspace edits | Lukas Wirth | 2020-11-04 | 1 | -5/+18 |
| | |||||
* | Fix snippetTextEdits applying to other files | Timo Freiberg | 2020-07-22 | 1 | -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 onEnter | Aleksey Kladov | 2020-05-25 | 1 | -0/+3 |
| | |||||
* | Remove dead code | Aleksey Kladov | 2020-05-25 | 1 | -0/+52 |