aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/ctx.ts
Commit message (Expand)AuthorAgeFilesLines
* 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 seve...Veetaha2020-02-021-1/+3
* 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