Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Push IO and error handling up | Aleksey Kladov | 2020-02-17 | 1 | -5/+1 |
| | |||||
* | Add arguments to rustfmt | Ilya Titkov | 2020-02-17 | 1 | -0/+1 |
| | |||||
* | vscode: add version and storage parameters to github binary source | Veetaha | 2020-02-16 | 1 | -1/+1 |
| | |||||
* | vscode: renamed langServer to server | Veetaha | 2020-02-14 | 1 | -4/+4 |
| | |||||
* | vscode: renmed ArtifactMetadata -> ArtifactReleaseInfo, languageServer -> ↵ | Veetaha | 2020-02-14 | 1 | -2/+2 |
| | | | | langServer | ||||
* | Merge #3131 | bors[bot] | 2020-02-14 | 1 | -10/+12 |
|\ | | | | | | | | | | | | | | | 3131: vscode: simplified config and to removed one source of truth of default values r=matklad a=Veetaha Though not intended initially, the implementation of config design is alike [dart's one](https://github.com/Dart-Code/Dart-Code/blob/master/src/extension/config.ts) as pointed by @matklad in PM. Co-authored-by: Veetaha <[email protected]> | ||||
| * | vscode: moved to getters as per matklad | Veetaha | 2020-02-14 | 1 | -9/+9 |
| | | |||||
| * | vscode: redesigned config with simplicity and Dart extension config ↵ | Veetaha | 2020-02-13 | 1 | -17/+19 |
| | | | | | | | | implementation in mind | ||||
* | | Do not register all proposed features | kjeremy | 2020-02-14 | 1 | -1/+6 |
|/ | | | | | | | | | | | Instead only opt-in to CallHierarchy since it has a vscode API but LSP support is still proposed. Discovered while working on SemanticTokens which does not have a vscode API and is still in the proposed state. Somehow enabling it would crash the language server. See https://github.com/microsoft/vscode-languageserver-node/issues/572 | ||||
* | vscode: refactor platform artifact name query to switch statement, move ↵ | Veetaha | 2020-02-08 | 1 | -1/+1 |
| | | | | BinarySource union variants into a namespace | ||||
* | vscode: amended config to use binary from globalStoragePath, added ui for ↵ | Veetaha | 2020-02-08 | 1 | -17/+5 |
| | | | | downloading | ||||
* | vscode: yet another refactor commit | Veetaha | 2020-02-04 | 1 | -17/+12 |
| | |||||
* | vscode extension: migrate from any to unknown where possible | Veetaha | 2020-02-02 | 1 | -1/+1 |
| | |||||
* | Provide better diagnostics if the server is not in path | Aleksey Kladov | 2020-01-28 | 1 | -1/+7 |
| | |||||
* | Sanity check for missing server binary | Aleksey Kladov | 2019-12-31 | 1 | -0/+4 |
| | |||||
* | Add semicolons | Aleksey Kladov | 2019-12-31 | 1 | -1/+1 |
| | |||||
* | Refactor server lifecycle | Aleksey Kladov | 2019-12-31 | 1 | -0/+90 |