aboutsummaryrefslogtreecommitdiff
path: root/editors/code/src/client.ts
Commit message (Expand)AuthorAgeFilesLines
...
* Fix lintAleksey Kladov2020-02-271-1/+1
* Fix flickering with new syntax highlightingAleksey Kladov2020-02-271-1/+9
* Config to switch to semantic tokensAleksey Kladov2020-02-261-2/+5
* Enable SemanticTokens on the clientJeremy Kolb2020-02-261-0/+3
* Push IO and error handling upAleksey Kladov2020-02-171-5/+1
* Add arguments to rustfmtIlya Titkov2020-02-171-0/+1
* vscode: add version and storage parameters to github binary sourceVeetaha2020-02-161-1/+1
* vscode: renamed langServer to serverVeetaha2020-02-141-4/+4
* vscode: renmed ArtifactMetadata -> ArtifactReleaseInfo, languageServer -> lan...Veetaha2020-02-141-2/+2
* Merge #3131bors[bot]2020-02-141-10/+12
|\
| * vscode: moved to getters as per matkladVeetaha2020-02-141-9/+9
| * vscode: redesigned config with simplicity and Dart extension config implement...Veetaha2020-02-131-17/+19
* | Do not register all proposed featureskjeremy2020-02-141-1/+6
|/
* vscode: refactor platform artifact name query to switch statement, move Binar...Veetaha2020-02-081-1/+1
* vscode: amended config to use binary from globalStoragePath, added ui for dow...Veetaha2020-02-081-17/+5
* vscode: yet another refactor commitVeetaha2020-02-041-17/+12
* vscode extension: migrate from any to unknown where possibleVeetaha2020-02-021-1/+1
* Provide better diagnostics if the server is not in pathAleksey Kladov2020-01-281-1/+7
* Sanity check for missing server binaryAleksey Kladov2019-12-311-0/+4
* Add semicolonsAleksey Kladov2019-12-311-1/+1
* Refactor server lifecycleAleksey Kladov2019-12-311-0/+90