Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better config scheme & defaults | Aleksey Kladov | 2020-04-07 | 1 | -6/+14 |
* | Merge pull request #3853 from matklad/cf | Aleksey Kladov | 2020-04-06 | 1 | -4/+1 |
|\ | |||||
| * | Make control token modifier less ambiguous | Aleksey Kladov | 2020-04-06 | 1 | -4/+1 |
* | | vscode: restore removed default values | veetaha | 2020-04-04 | 1 | -0/+5 |
|/ | |||||
* | Set semantic tokens supertypes | Aleksey Kladov | 2020-04-03 | 1 | -3/+6 |
* | Bumps vsce to 1.75 | kjeremy | 2020-04-02 | 1 | -1/+1 |
* | Fix semantic coloring | Aleksey Kladov | 2020-04-02 | 1 | -58/+27 |
* | better wording | Aleksey Kladov | 2020-04-02 | 1 | -1/+1 |
* | Allow fully overriding check and fmt commands | Aleksey Kladov | 2020-04-02 | 1 | -0/+14 |
* | Lean onto default implementation of configs | Aleksey Kladov | 2020-04-02 | 1 | -5/+1 |
* | New config in package.json | Aleksey Kladov | 2020-04-02 | 1 | -120/+125 |
* | Merge #3820 | bors[bot] | 2020-04-02 | 1 | -10/+0 |
|\ | |||||
| * | Remove old syntax highlighting | Aleksey Kladov | 2020-04-02 | 1 | -10/+0 |
* | | Merge #3817 | bors[bot] | 2020-04-02 | 1 | -0/+15 |
|\ \ | |||||
| * | | vscode: add highlighting of syntax tree | veetaha | 2020-04-02 | 1 | -0/+15 |
| |/ | |||||
* / | vscode: add support for light themes and color customization for syntax tree ... | veetaha | 2020-04-01 | 1 | -0/+9 |
|/ | |||||
* | rollup 2.3.2 | kjeremy | 2020-04-01 | 1 | -1/+1 |
* | Revert accidental package.json changes | Aleksey Kladov | 2020-03-31 | 1 | -33/+17 |
* | Merge #3790 | bors[bot] | 2020-03-31 | 1 | -17/+33 |
|\ | |||||
| * | WIP: uniformalize external tools config | Aleksey Kladov | 2020-03-31 | 1 | -17/+33 |
* | | Update node deps | kjeremy | 2020-03-31 | 1 | -4/+4 |
|/ | |||||
* | Extension types and rendering | Matt Hooper | 2020-03-24 | 1 | -0/+5 |
* | vscode: more type safety | veetaha | 2020-03-23 | 1 | -2/+10 |
* | :arrow_up: npm | Aleksey Kladov | 2020-03-20 | 1 | -1/+1 |
* | Make from-source install use cargo installed binary by default | Aleksey Kladov | 2020-03-20 | 1 | -1/+1 |
* | Downgrade vscode-langaugeclient | Aleksey Kladov | 2020-03-19 | 1 | -1/+1 |
* | :arrow_up: npm | Aleksey Kladov | 2020-03-19 | 1 | -1/+1 |
* | Simplify extension tag sniffing | Aleksey Kladov | 2020-03-19 | 1 | -2/+2 |
* | Merge #3629 | bors[bot] | 2020-03-19 | 1 | -1/+1 |
|\ | |||||
| * | Rewrite auto-update | Aleksey Kladov | 2020-03-19 | 1 | -1/+1 |
* | | Update deps; regen lock file; fix minimist CVE | Darin Morrison | 2020-03-18 | 1 | -3/+3 |
|/ | |||||
* | Remove outDirOverrides | Emil Lauridsen | 2020-03-17 | 1 | -5/+0 |
* | Change existing OUT_DIR override config to make use of new infrastructure | Emil Lauridsen | 2020-03-17 | 1 | -5/+5 |
* | Support loading OUT_DIR from cargo check at launch | Emil Lauridsen | 2020-03-17 | 1 | -0/+5 |
* | :arrow_up: npm | Aleksey Kladov | 2020-03-16 | 1 | -3/+3 |
* | vscode: prepare package.json for nightlies | Veetaha | 2020-03-14 | 1 | -2/+15 |
* | Merge #3543 | bors[bot] | 2020-03-12 | 1 | -3/+8 |
|\ | |||||
| * | Make maxLength nullable again | Steffen Lyngbaek | 2020-03-12 | 1 | -1/+4 |
| * | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 1 | -21/+11 |
| * | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 1 | -4/+16 |
* | | settings: rust-analyzer.cargo-watch.enable: clarify that the setting enables ... | Matthias Krüger | 2020-03-11 | 1 | -1/+1 |
* | | Merge #3549 | bors[bot] | 2020-03-11 | 1 | -0/+5 |
|\ \ | |/ |/| | |||||
| * | Add additional_outdirs in config | Edwin Cheng | 2020-03-10 | 1 | -0/+5 |
* | | Force latest stable | kjeremy | 2020-03-10 | 1 | -2/+2 |
|/ | |||||
* | Merge #3514 | bors[bot] | 2020-03-09 | 1 | -0/+5 |
|\ | |||||
| * | vscode: groupd updates-related config under `updates` section as per @matklad | Veetaha | 2020-03-09 | 1 | -1/+1 |
| * | vscode: rename alwaysDownloadServer -> askBeforeDownload | Veetaha | 2020-03-08 | 1 | -3/+3 |
| * | vscode: contribute "alwaysDownloadServer" option to config | Veetaha | 2020-03-07 | 1 | -0/+5 |
* | | Use markdown description in vscode | Julien Roncaglia | 2020-03-08 | 1 | -9/+9 |
|/ | |||||
* | :arrow_up: npm deps | Aleksey Kladov | 2020-03-06 | 1 | -1/+1 |