about summary refs log tree commit diff
path: root/editors/code/src/client.ts
AgeCommit message (Expand)AuthorLines
2020-04-25Merge #4145bors[bot]-29/+0
2020-04-25Remove dead codeAleksey Kladov-29/+0
2020-04-25Remove unnecessary async from vscode language client creationveetaha-1/+1
2020-04-08Enable the SemanticTokensFeature by defaultkjeremy-10/+6
2020-04-02Lean onto default implementation of configsAleksey Kladov-25/+1
2020-04-02Remove old syntax highlightingAleksey Kladov-1/+0
2020-03-31Pass string instread of WorkspaceFolderTim-2/+2
2020-03-31Throw error if no folder is openedTim-2/+2
2020-03-30Add basic task supportTim-3/+2
2020-03-30Code review fixesKirill Bulatov-1/+1
2020-03-30Style fixesKirill Bulatov-2/+2
2020-03-30Send the config from the clientKirill Bulatov-23/+26
2020-03-24Extension types and renderingMatt Hooper-0/+1
2020-03-24Don't try to enable proposed API's on stableAleksey Kladov-2/+4
2020-03-17Remove unused config from VSCode extEmil Lauridsen-1/+0
2020-03-13Merge #3561 #3577bors[bot]-0/+1
2020-03-12fixup! feat: add debug code lensHannes De Valkeneer-0/+1
2020-03-12Simpler deserializationAleksey Kladov-1/+6
2020-03-12Merge #3543bors[bot]-1/+1
2020-03-11Switch from Vec<InlayKind> to object with propsSteffen Lyngbaek-1/+1
2020-03-10Parameter inlay hint separate from variable type inlay? #2876Steffen Lyngbaek-1/+1
2020-03-11Add additional_outdirs in configEdwin Cheng-0/+1
2020-02-27Fix lintAleksey Kladov-1/+1
2020-02-27Fix flickering with new syntax highlightingAleksey Kladov-1/+9
2020-02-26Config to switch to semantic tokensAleksey Kladov-2/+5
2020-02-26Enable SemanticTokens on the clientJeremy Kolb-0/+3
2020-02-17Push IO and error handling upAleksey Kladov-5/+1
2020-02-17Add arguments to rustfmtIlya Titkov-0/+1
2020-02-16vscode: add version and storage parameters to github binary sourceVeetaha-1/+1
2020-02-15vscode: renamed langServer to serverVeetaha-4/+4
2020-02-15vscode: renmed ArtifactMetadata -> ArtifactReleaseInfo, languageServer -> lan...Veetaha-2/+2
2020-02-14Merge #3131bors[bot]-10/+12
2020-02-14vscode: moved to getters as per matkladVeetaha-9/+9
2020-02-14Do not register all proposed featureskjeremy-1/+6
2020-02-13vscode: redesigned config with simplicity and Dart extension config implement...Veetaha-17/+19
2020-02-09vscode: refactor platform artifact name query to switch statement, move Binar...Veetaha-1/+1
2020-02-08vscode: amended config to use binary from globalStoragePath, added ui for dow...Veetaha-17/+5
2020-02-05vscode: yet another refactor commitVeetaha-17/+12
2020-02-02vscode extension: migrate from any to unknown where possibleVeetaha-1/+1
2020-01-28Provide better diagnostics if the server is not in pathAleksey Kladov-1/+7
2019-12-31Sanity check for missing server binaryAleksey Kladov-0/+4
2019-12-31Add semicolonsAleksey Kladov-1/+1
2019-12-31Refactor server lifecycleAleksey Kladov-0/+90