about summary refs log tree commit diff
path: root/editors/code/src/ctx.ts
AgeCommit message (Expand)AuthorLines
2020-04-25Remove unnecessary async from vscode language client creationveetaha-1/+1
2020-04-08Enable the SemanticTokensFeature by defaultkjeremy-1/+1
2020-04-02Lean onto default implementation of configsAleksey Kladov-2/+1
2020-03-31Pass string instread of WorkspaceFolderTim-2/+2
2020-03-31Throw error if no folder is openedTim-1/+1
2020-03-30Add basic task supportTim-2/+7
2020-03-30Style fixesKirill Bulatov-2/+2
2020-03-30Send the config from the clientKirill Bulatov-1/+2
2020-03-19Rewrite auto-updateAleksey Kladov-5/+4
2020-03-16Separate persistent mutable state from configAleksey Kladov-2/+4
2020-03-07vscode: prerefactor util.ts and ctx.tsVeetaha-7/+5
2020-03-02Centralize the check for languageId on documentJulien Roncaglia-1/+8
2020-02-23vscode: gracefully handle cancellation errorsVeetaha-21/+0
2020-02-17Simplify ctorAleksey Kladov-17/+7
2020-02-17Remove two stage constuctionAleksey Kladov-14/+11
2020-02-17Push IO and error handling upAleksey Kladov-8/+2
2020-02-17Simplify startupAleksey Kladov-13/+0
2020-02-17Simplify TS reload logicAleksey Kladov-10/+13
2020-02-17vscode: minor refactoringsVeetaha-8/+4
2020-02-16vscode: add version and storage parameters to github binary sourceVeetaha-0/+4
2020-02-09vscode: minor names and message contents changesVeetaha-1/+4
2020-02-08vscode: amended config to use binary from globalStoragePath, added ui for dow...Veetaha-1/+5
2020-02-08vscode: add FIXME about language client shared resource protectionVeetaha-0/+3
2020-02-03Remove enableEnhancedTyping and type overriding infrastructure.Gregoire Geis-24/+0
2020-02-02vscode: use void where possibleVeetaha-2/+6
2020-02-02vscode: fix, fallback to any for cmd typeVeetaha-1/+1
2020-02-02vscode extension: migrate from any to unknown where possibleVeetaha-6/+6
2020-02-02vscode refactoring: use more laconic export snytax, split huge string to seve...Veetaha-1/+3
2020-02-02vscode extension cleanup: migrate to prefer-const tslint ruleVeetaha-1/+1
2019-12-31Add semicolonsAleksey Kladov-7/+7
2019-12-31Refactor server lifecycleAleksey Kladov-29/+47
2019-12-31Refactor configAleksey Kladov-1/+2
2019-12-31Move config to CtxAleksey Kladov-4/+1
2019-12-31Refactor status activationAleksey Kladov-0/+5
2019-12-31Fix #2700Aleksey Kladov-1/+1
2019-12-31Rearrange codeAleksey Kladov-1/+1
2019-12-30Privatize highlightingAleksey Kladov-5/+12
2019-12-30Don't request inline hints repeatedlyAleksey Kladov-5/+8
2019-12-30Retry inlay hints on content modified errorAleksey Kladov-0/+15
2019-12-30Add config to CtxAleksey Kladov-0/+5
2019-12-30Refactor show syntax tree actionAleksey Kladov-0/+4
2019-12-30Refactor applySourceChangeAleksey Kladov-0/+22
2019-12-30Move matching brace to new CtxAleksey Kladov-0/+7
2019-12-30Run prettierAleksey Kladov-10/+6
2019-12-30More second command to CtxAleksey Kladov-1/+3
2019-12-30Start new ctx moduleAleksey Kladov-0/+30