aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/ctx.ts
Commit message (Collapse)AuthorAgeFilesLines
* 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