| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass string instread of WorkspaceFolder | Tim | 2020-03-31 | 1 | -1/+1 |
* | Remove unnecessary null check | Tim | 2020-03-31 | 1 | -3/+1 |
* | Throw error if no folder is opened | Tim | 2020-03-31 | 1 | -1/+6 |
* | Add basic task support | Tim | 2020-03-30 | 1 | -1/+8 |
* | Code review fixes | Kirill Bulatov | 2020-03-30 | 1 | -1/+1 |
* | Client side draft | Kirill Bulatov | 2020-03-30 | 1 | -0/+6 |
* | vscode: small post-refactor | veetaha | 2020-03-26 | 1 | -3/+1 |
* | vscode: fix memory leak on server restart | veetaha | 2020-03-26 | 1 | -15/+13 |
* | vscode: fix local devel | veetaha | 2020-03-26 | 1 | -4/+6 |
* | Use the right arch name for x86 (32 bit) | Aleksey Kladov | 2020-03-25 | 1 | -1/+1 |
* | Don't try to enable proposed API's on stable | Aleksey Kladov | 2020-03-24 | 1 | -7/+7 |
* | Make from-source install use cargo installed binary by default | Aleksey Kladov | 2020-03-20 | 1 | -0/+2 |
* | Simplify extension tag sniffing | Aleksey Kladov | 2020-03-19 | 1 | -2/+2 |
* | Rewrite auto-update | Aleksey Kladov | 2020-03-19 | 1 | -20/+138 |
* | Separate persistent mutable state from config | Aleksey Kladov | 2020-03-16 | 1 | -4/+6 |
* | Merge #3534 | bors[bot] | 2020-03-16 | 1 | -1/+8 |
|\ |
|
| * | vscode-postrefactor: unhandled promise rejections shall not pass 2 | Veetaha | 2020-03-14 | 1 | -1/+1 |
| * | vscode-postrefactor: unhandled promise rejections shall not pass | Veetaha | 2020-03-14 | 1 | -1/+1 |
| * | vscode: amend server installation logic to account for nightlies | Veetaha | 2020-03-14 | 1 | -1/+8 |
* | | feat: add debug code lens | Hannes De Valkeneer | 2020-03-11 | 1 | -0/+1 |
|/ |
|
* | Config to switch to semantic tokens | Aleksey Kladov | 2020-02-26 | 1 | -1/+3 |
* | Don't break onEnter if rust-analyzer fails to start | Aleksey Kladov | 2020-02-24 | 1 | -0/+23 |
* | Extract client-side logging | Aleksey Kladov | 2020-02-22 | 1 | -1/+2 |
* | Improve server version info | Edwin Cheng | 2020-02-21 | 1 | -0/+1 |
* | vscode: press ; to respect semicolons | Veetaha | 2020-02-17 | 1 | -6/+6 |
* | Remove two stage constuction | Aleksey Kladov | 2020-02-17 | 1 | -7/+4 |
* | Fix link to the manual | Aleksey Kladov | 2020-02-17 | 1 | -1/+1 |
* | Push IO and error handling up | Aleksey Kladov | 2020-02-17 | 1 | -1/+10 |
* | Simplify startup | Aleksey Kladov | 2020-02-17 | 1 | -10/+11 |
* | Simplify TS reload logic | Aleksey Kladov | 2020-02-17 | 1 | -2/+19 |
* | Init implementation of structural search replace | Mikhail Modin | 2020-02-14 | 1 | -0/+1 |
* | vscode: yet another refactor commit | Veetaha | 2020-02-04 | 1 | -1/+1 |
* | Remove enableEnhancedTyping and type overriding infrastructure. | Gregoire Geis | 2020-02-03 | 1 | -3/+0 |
* | Add regular onEnter command, allowing onEnter to be called without overriding... | Gregoire Geis | 2020-02-03 | 1 | -1/+2 |
* | vscode: fix type | Veetaha | 2020-02-02 | 1 | -1/+1 |
* | vscode refactoring: use more laconic export snytax, split huge string to seve... | Veetaha | 2020-02-02 | 1 | -1/+1 |
* | Apply the api design suggestions | Kirill Bulatov | 2020-01-15 | 1 | -0/+1 |
* | Fixes to progress display | Aleksey Kladov | 2019-12-31 | 1 | -11/+10 |
* | Work around synchrnonisation issue | Aleksey Kladov | 2019-12-31 | 1 | -6/+11 |
* | Refactor server lifecycle | Aleksey Kladov | 2019-12-31 | 1 | -28/+7 |
* | Move config to Ctx | Aleksey Kladov | 2019-12-31 | 1 | -1/+1 |
* | Refactor status activation | Aleksey Kladov | 2019-12-31 | 1 | -14/+3 |
* | Restore internal applySourceChange command | Aleksey Kladov | 2019-12-30 | 1 | -0/+1 |
* | Privatize highlighting | Aleksey Kladov | 2019-12-30 | 1 | -7/+2 |
* | Add config to Ctx | Aleksey Kladov | 2019-12-30 | 1 | -5/+3 |
* | Encapsulate highlighting activation | Aleksey Kladov | 2019-12-30 | 1 | -6/+3 |
* | Encapsulate inlay hints activation | Aleksey Kladov | 2019-12-30 | 1 | -37/+2 |
* | status is not a command | Aleksey Kladov | 2019-12-30 | 1 | -6/+6 |
* | Hints are not commands | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 |
* | Move all commands to ctx | Aleksey Kladov | 2019-12-30 | 1 | -17/+6 |