| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove hover contents marking as trusted. | vsrs | 2020-06-05 | 1 | -15/+2 |
* | Add hover actions LSP extension documentation. | vsrs | 2020-06-05 | 1 | -1/+1 |
* | Add hover actions as LSP extension | vsrs | 2020-06-05 | 1 | -0/+45 |
* | Fix review comments | Mikhail Rakhmanov | 2020-06-03 | 1 | -2/+0 |
* | Preliminary implementation of lazy CodeAssits | Mikhail Rakhmanov | 2020-06-02 | 1 | -36/+40 |
* | CodeAction groups | Aleksey Kladov | 2020-05-22 | 1 | -4/+37 |
* | Implement client-side of SnippetTextEdit | Aleksey Kladov | 2020-05-19 | 1 | -2/+46 |
* | Add snippetTextEdit protocol extension | Aleksey Kladov | 2020-05-19 | 1 | -4/+15 |
* | Merge #4145 | bors[bot] | 2020-04-25 | 1 | -29/+0 |
|\ |
|
| * | Remove dead code | Aleksey Kladov | 2020-04-25 | 1 | -29/+0 |
* | | Remove unnecessary async from vscode language client creation | veetaha | 2020-04-25 | 1 | -1/+1 |
|/ |
|
* | Enable the SemanticTokensFeature by default | kjeremy | 2020-04-08 | 1 | -10/+6 |
* | Lean onto default implementation of configs | Aleksey Kladov | 2020-04-02 | 1 | -25/+1 |
* | Remove old syntax highlighting | Aleksey Kladov | 2020-04-02 | 1 | -1/+0 |
* | Pass string instread of WorkspaceFolder | Tim | 2020-03-31 | 1 | -2/+2 |
* | Throw error if no folder is opened | Tim | 2020-03-31 | 1 | -2/+2 |
* | Add basic task support | Tim | 2020-03-30 | 1 | -3/+2 |
* | Code review fixes | Kirill Bulatov | 2020-03-30 | 1 | -1/+1 |
* | Style fixes | Kirill Bulatov | 2020-03-30 | 1 | -2/+2 |
* | Send the config from the client | Kirill Bulatov | 2020-03-30 | 1 | -23/+26 |
* | Extension types and rendering | Matt Hooper | 2020-03-24 | 1 | -0/+1 |
* | Don't try to enable proposed API's on stable | Aleksey Kladov | 2020-03-24 | 1 | -2/+4 |
* | Remove unused config from VSCode ext | Emil Lauridsen | 2020-03-17 | 1 | -1/+0 |
* | Merge #3561 #3577 | bors[bot] | 2020-03-13 | 1 | -0/+1 |
|\ |
|
| * | fixup! feat: add debug code lens | Hannes De Valkeneer | 2020-03-12 | 1 | -0/+1 |
* | | Simpler deserialization | Aleksey Kladov | 2020-03-12 | 1 | -1/+6 |
* | | Merge #3543 | bors[bot] | 2020-03-12 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 1 | -1/+1 |
| * | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 1 | -1/+1 |
* | | Add additional_outdirs in config | Edwin Cheng | 2020-03-10 | 1 | -0/+1 |
|/ |
|
* | Fix lint | Aleksey Kladov | 2020-02-27 | 1 | -1/+1 |
* | Fix flickering with new syntax highlighting | Aleksey Kladov | 2020-02-27 | 1 | -1/+9 |
* | Config to switch to semantic tokens | Aleksey Kladov | 2020-02-26 | 1 | -2/+5 |
* | Enable SemanticTokens on the client | Jeremy Kolb | 2020-02-26 | 1 | -0/+3 |
* | 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 -> lan... | Veetaha | 2020-02-14 | 1 | -2/+2 |
* | Merge #3131 | bors[bot] | 2020-02-14 | 1 | -10/+12 |
|\ |
|
| * | vscode: moved to getters as per matklad | Veetaha | 2020-02-14 | 1 | -9/+9 |
| * | vscode: redesigned config with simplicity and Dart extension config implement... | Veetaha | 2020-02-13 | 1 | -17/+19 |
* | | Do not register all proposed features | kjeremy | 2020-02-14 | 1 | -1/+6 |
|/ |
|
* | vscode: refactor platform artifact name query to switch statement, move Binar... | Veetaha | 2020-02-08 | 1 | -1/+1 |
* | vscode: amended config to use binary from globalStoragePath, added ui for dow... | Veetaha | 2020-02-08 | 1 | -17/+5 |
* | 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 |