| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | Make maxLength nullable again | Steffen Lyngbaek | 2020-03-12 | 1 | -2/+2 |
| * | Switch from Vec<InlayKind> to object with props | Steffen Lyngbaek | 2020-03-12 | 1 | -6/+7 |
| * | Address Issues from Github | Steffen Lyngbaek | 2020-03-10 | 1 | -1/+3 |
| * | Parameter inlay hint separate from variable type inlay? #2876 | Steffen Lyngbaek | 2020-03-10 | 1 | -2/+11 |
* | | Add additional_outdirs in config | Edwin Cheng | 2020-03-10 | 1 | -0/+1 |
|/ |
|
* | vscode: groupd updates-related config under `updates` section as per @matklad | Veetaha | 2020-03-09 | 1 | -1/+1 |
* | vscode: fix inversion of askBeforeDownload | Veetaha | 2020-03-08 | 1 | -1/+1 |
* | vscode: rename alwaysDownloadServer -> askBeforeDownload | Veetaha | 2020-03-08 | 1 | -1/+1 |
* | vscode: care about alwaysDownloadServer option before asking | Veetaha | 2020-03-07 | 1 | -5/+6 |
* | Config to switch to semantic tokens | Aleksey Kladov | 2020-02-26 | 1 | -0/+2 |
* | Extract client-side logging | Aleksey Kladov | 2020-02-22 | 1 | -1/+4 |
* | Rename config value for server Path | Aleksey Kladov | 2020-02-18 | 1 | -1/+1 |
* | Rename the binary to rust-analyzer | Aleksey Kladov | 2020-02-18 | 1 | -4/+4 |
* | Migrate to eslint | Aleksey Kladov | 2020-02-17 | 1 | -17/+17 |
* | Merge #3181 | bors[bot] | 2020-02-17 | 1 | -1/+2 |
|\ |
|
| * | Add arguments to rustfmt | Ilya Titkov | 2020-02-17 | 1 | -1/+2 |
* | | vscode: minor refactorings | Veetaha | 2020-02-17 | 1 | -1/+0 |
|/ |
|
* | Merge #3162 | bors[bot] | 2020-02-16 | 1 | -1/+16 |
|\ |
|
| * | vscode: add version and storage parameters to github binary source | Veetaha | 2020-02-16 | 1 | -1/+16 |
* | | vscode: fix the default value for withSysroot | Veetaha | 2020-02-16 | 1 | -1/+1 |
|/ |
|
* | vscode: renamed langServer to server | Veetaha | 2020-02-14 | 1 | -6/+6 |
* | make onConfigChange handler private | Veetaha | 2020-02-14 | 1 | -1/+1 |
* | vscode: moved to getters as per matklad | Veetaha | 2020-02-14 | 1 | -23/+17 |
* | vscode: reordered config constructor before methods | Veetaha | 2020-02-13 | 1 | -5/+6 |
* | vscode: redesigned config with simplicity and Dart extension config implement... | Veetaha | 2020-02-13 | 1 | -190/+68 |
* | vscode: filter out arm linux from using prebuilt binaries | Veetaha | 2020-02-11 | 1 | -3/+20 |
* | vscode: refactor inverted ternaries to if statements as per @matklad | Veetaha | 2020-02-09 | 1 | -1/+3 |
* | vscode: rename raLspServer variable to langServer | Veetaha | 2020-02-08 | 1 | -3/+3 |
* | vscode: refactor comment | Veetaha | 2020-02-08 | 1 | -1/+1 |
* | vscode: refactor platform artifact name query to switch statement, move Binar... | Veetaha | 2020-02-08 | 1 | -36/+53 |
* | vscode: amended config to use binary from globalStoragePath, added ui for dow... | Veetaha | 2020-02-08 | 1 | -7/+49 |
* | Merge #3024 | bors[bot] | 2020-02-05 | 1 | -1/+1 |
|\ |
|
| * | vscode: eliminate floating promises and insane amount of resource handle leaks | Veetaha | 2020-02-05 | 1 | -1/+1 |
* | | vscode: yet another refactor commit | Veetaha | 2020-02-04 | 1 | -2/+2 |
|/ |
|
* | Improve readability | memoryruins | 2020-01-15 | 1 | -14/+11 |
* | Display vscode message after changing cargo-watch options | memoryruins | 2020-01-15 | 1 | -0/+19 |
* | Refactor config | Aleksey Kladov | 2019-12-31 | 1 | -6/+4 |
* | Drop needless pubs | Aleksey Kladov | 2019-12-31 | 1 | -14/+14 |
* | Drop support for legacy colorization | Aleksey Kladov | 2019-12-31 | 1 | -4/+0 |
* | Switch impure functional style to pure imperative | Aleksey Kladov | 2019-12-31 | 1 | -2/+0 |
* | Reformat with tsfmt | Aleksey Kladov | 2019-12-30 | 1 | -2/+2 |
* | Privatize highlighting | Aleksey Kladov | 2019-12-30 | 1 | -3/+0 |
* | Merge #2061 | bors[bot] | 2019-12-29 | 1 | -5/+9 |
|\ |
|
| * | Merge branch 'master' into feature/themes | Seivan Heidari | 2019-12-23 | 1 | -24/+89 |
| |\ |
|
| * | | Vscode wasn't running the linter automatically so ran `npm run fix` - wonder ... | Seivan Heidari | 2019-11-09 | 1 | -3/+2 |
| * | | * Adding scope mapping configuration manifest in `package.json` | Seivan Heidari | 2019-11-04 | 1 | -6/+5 |
| * | | Merge branch 'master' into feature/themes | Seivan Heidari | 2019-10-31 | 1 | -7/+0 |
| |\ \ |
|
| * | | | Introducing a Scopes Mapper to map from RA scopes to TextMate scopes with fal... | Seivan Heidari | 2019-10-27 | 1 | -0/+2 |
| * | | | Proof of concept theming and 'tokenColorCustomizations' support. | Seivan Heidari | 2019-10-24 | 1 | -1/+5 |
* | | | | Keep VSCode config mostly backwards compatible | Emil Lauridsen | 2019-12-25 | 1 | -11/+20 |