Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve server version info | Edwin Cheng | 2020-02-21 | 1 | -0/+1 |
* | vscode: press ; to respect semicolons | Veetaha | 2020-02-17 | 1 | -1/+1 |
* | Simplify TS reload logic | Aleksey Kladov | 2020-02-17 | 1 | -7/+0 |
* | Init implementation of structural search replace | Mikhail Modin | 2020-02-14 | 1 | -0/+1 |
* | vscode: eliminate floating promises and insane amount of resource handle leaks | Veetaha | 2020-02-05 | 1 | -1/+1 |
* | vscode refactoring: use more laconic export snytax, split huge string to seve... | Veetaha | 2020-02-02 | 1 | -31/+14 |
* | vscode extension cleanup: migrate to prefer-const tslint rule | Veetaha | 2020-02-02 | 1 | -1/+1 |
* | Apply the api design suggestions | Kirill Bulatov | 2020-01-15 | 1 | -2/+15 |
* | Another attempt to add multiple edits | Kirill Bulatov | 2020-01-15 | 1 | -2/+2 |
* | Add semicolons | Aleksey Kladov | 2019-12-31 | 1 | -2/+2 |
* | Refactor server lifecycle | Aleksey Kladov | 2019-12-31 | 1 | -7/+18 |
* | Restore internal applySourceChange command | Aleksey Kladov | 2019-12-30 | 1 | -0/+8 |
* | Hints are not commands | Aleksey Kladov | 2019-12-30 | 1 | -2/+0 |
* | Move all commands to ctx | Aleksey Kladov | 2019-12-30 | 1 | -1/+16 |
* | Refactor runables | Aleksey Kladov | 2019-12-30 | 1 | -2/+3 |
* | Move expand macro to the new context | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 |
* | Refactor show syntax tree action | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 |
* | Run prettier on all files | Aleksey Kladov | 2019-12-30 | 1 | -3/+5 |
* | Move parentModule to the new Ctx | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 |
* | Refactor applySourceChange | Aleksey Kladov | 2019-12-30 | 1 | -3/+1 |
* | Move joinLines to the new Ctx | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 |
* | Move matching brace to new Ctx | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 |
* | More second command to Ctx | Aleksey Kladov | 2019-12-30 | 1 | -0/+7 |
* | Start new ctx module | Aleksey Kladov | 2019-12-30 | 1 | -1/+1 |
* | Code: enable prettier trailing commas | Laurențiu Nicola | 2019-12-09 | 1 | -1/+1 |
* | Add recursive expand in vscode | Edwin Cheng | 2019-11-19 | 1 | -0/+2 |
* | Fix linter issues | Kirill Bulatov | 2019-07-25 | 1 | -2/+2 |
* | Show type decorators | Kirill Bulatov | 2019-07-25 | 1 | -1/+3 |
* | switch to official extend selection API | Aleksey Kladov | 2019-04-21 | 1 | -2/+0 |
* | ad status command | Aleksey Kladov | 2019-01-22 | 1 | -0/+2 |
* | Format vscode extension and add npm run fix | Adolfo Ochagavía | 2018-10-09 | 1 | -2/+2 |
* | Add on-enter handler | Aleksey Kladov | 2018-10-09 | 1 | -1/+3 |
* | Run prettier on all files | Daniel McNab | 2018-10-08 | 1 | -1/+1 |
* | Fix remaining tslint suggestions | Adolfo Ochagavía | 2018-10-08 | 1 | -0/+17 |