aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/ctx.ts
Commit message (Collapse)AuthorAgeFilesLines
* vscode: gracefully handle cancellation errorsVeetaha2020-02-231-21/+0
|
* Simplify ctorAleksey Kladov2020-02-171-17/+7
|
* Remove two stage constuctionAleksey Kladov2020-02-171-14/+11
|
* Push IO and error handling upAleksey Kladov2020-02-171-8/+2
|
* Simplify startupAleksey Kladov2020-02-171-13/+0
|
* Simplify TS reload logicAleksey Kladov2020-02-171-10/+13
| | | | Fixes #3164
* vscode: minor refactoringsVeetaha2020-02-171-8/+4
|
* vscode: add version and storage parameters to github binary sourceVeetaha2020-02-161-0/+4
|
* vscode: minor names and message contents changesVeetaha2020-02-081-1/+4
|
* vscode: amended config to use binary from globalStoragePath, added ui for ↵Veetaha2020-02-081-1/+5
| | | | downloading
* vscode: add FIXME about language client shared resource protectionVeetaha2020-02-081-0/+3
|
* Remove enableEnhancedTyping and type overriding infrastructure.Gregoire Geis2020-02-031-24/+0
|
* vscode: use void where possibleVeetaha2020-02-021-2/+6
|
* vscode: fix, fallback to any for cmd typeVeetaha2020-02-021-1/+1
|
* vscode extension: migrate from any to unknown where possibleVeetaha2020-02-021-6/+6
|
* vscode refactoring: use more laconic export snytax, split huge string to ↵Veetaha2020-02-021-1/+3
| | | | several lines
* vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha2020-02-021-1/+1
|
* Add semicolonsAleksey Kladov2019-12-311-7/+7
|
* Refactor server lifecycleAleksey Kladov2019-12-311-29/+47
|
* Refactor configAleksey Kladov2019-12-311-1/+2
|
* Move config to CtxAleksey Kladov2019-12-311-4/+1
|
* Refactor status activationAleksey Kladov2019-12-311-0/+5
|
* Fix #2700Aleksey Kladov2019-12-311-1/+1
|
* Rearrange codeAleksey Kladov2019-12-311-1/+1
|
* Privatize highlightingAleksey Kladov2019-12-301-5/+12
|
* Don't request inline hints repeatedlyAleksey Kladov2019-12-301-5/+8
|
* Retry inlay hints on content modified errorAleksey Kladov2019-12-301-0/+15
|
* Add config to CtxAleksey Kladov2019-12-301-0/+5
|
* Refactor show syntax tree actionAleksey Kladov2019-12-301-0/+4
|
* Refactor applySourceChangeAleksey Kladov2019-12-301-0/+22
|
* Move matching brace to new CtxAleksey Kladov2019-12-301-0/+7
|
* Run prettierAleksey Kladov2019-12-301-10/+6
|
* More second command to CtxAleksey Kladov2019-12-301-1/+3
|
* Start new ctx moduleAleksey Kladov2019-12-301-0/+30