Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | * Adding scope mapping configuration manifest in `package.json` | Seivan Heidari | 2019-11-04 | 1 | -1/+63 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Loading configurable scope mappings from settings. * Updating Readme with `rust-analyzer.scopeMappings`. `rust-analyzer.scopeMappings` -- a scheme backed JSON object to tweak Rust Analyzer scopes to TextMate scopes. ```jsonc { //Will autocomplete keys to available RA scopes. "keyword.unsafe": ["keyword", "keyword.control"], //Values are string | TextMateScope | [string | TextMateScope] "comments": "comment.block" } ``` | |||||
* | | | | Keep VSCode config mostly backwards compatible | Emil Lauridsen | 2019-12-25 | 1 | -20/+14 | |
| | | | | ||||||
* | | | | Configuration plumbing for cargo watcher | Emil Lauridsen | 2019-12-25 | 1 | -30/+10 | |
| | | | | ||||||
* | | | | Remove cargo-watch from vscode extension. | Emil Lauridsen | 2019-12-25 | 1 | -11/+1 | |
| |_|/ |/| | | | | | | | | Still keeps tests around for reference when porting them to rust | |||||
* | | | Update to latest packages | kjeremy | 2019-12-20 | 1 | -8/+8 | |
| | | | ||||||
* | | | Merge #2583 | bors[bot] | 2019-12-17 | 1 | -1/+2 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2583: Use prettier settings in ts-lint r=matklad a=edwin0cheng This PR add `tslint-plugin-prettier` extension in ts-lint, which "runs prettier rules as tslint rules." and remove `quotemark` from ts-lint and let prettier to handle it. And also fix #2515 Co-authored-by: Edwin Cheng <[email protected]> | |||||
| * | | | use pretter settings in ts-lint | Edwin Cheng | 2019-12-17 | 1 | -1/+2 | |
| | | | | ||||||
* | | | | Merge #2568 | bors[bot] | 2019-12-17 | 1 | -0/+5 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2568: Add option to disable all-targets. r=matklad a=pftbest Can be useful in embedded. Co-authored-by: Vadzim Dambrouski <[email protected]> | |||||
| * | | | | Add option to disable all-targets. | Vadzim Dambrouski | 2019-12-15 | 1 | -0/+5 | |
| |/ / / | | | | | | | | | | | | | Can be useful in embedded. | |||||
* | | | | Merge #2571 | bors[bot] | 2019-12-17 | 1 | -1/+1 | |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2571: Fixed a typo in settings r=matklad a=omerbenamram @lnicola found a typo in the description for one of the settings introduced in #2559. Co-authored-by: Omer Ben-Amram <[email protected]> | |||||
| * | | | | Fixed a typo | Omer Ben-Amram | 2019-12-16 | 1 | -1/+1 | |
| |/ / / | | | | | | | | | | | | | thanks @lnicola | |||||
* / / / | Default to client watching on VS Code | Aleksey Kladov | 2019-12-17 | 1 | -1/+1 | |
|/ / / | ||||||
* | | | Properly format json | Oliver Scherer | 2019-12-15 | 1 | -9/+11 | |
| | | | ||||||
* | | | Add a rudimentary json regex to get at information like `endLine` | Oliver Scherer | 2019-12-15 | 1 | -0/+20 | |
| | | | ||||||
* | | | Merge branch 'refs/heads/master' into feature/granular-scopes | Omer Ben-Amram | 2019-12-14 | 1 | -0/+15 | |
|\ \ \ | ||||||
| * | | | Enable `allFeatures` by default and fix lints | oxalica | 2019-12-13 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Support setting cargo features | oxalica | 2019-12-13 | 1 | -0/+15 | |
| | | | | ||||||
* | | | | removed `type.alias` | Omer Ben-Amram | 2019-12-14 | 1 | -0/+9 | |
| | | | | ||||||
* | | | | added decorations | Omer Ben-Amram | 2019-12-14 | 1 | -1/+55 | |
|/ / / | ||||||
* | | | Code: enable prettier trailing commas | Laurențiu Nicola | 2019-12-09 | 1 | -1/+2 | |
| | | | ||||||
* | | | Add rollup sourcemap and fix launch.json | Edwin Cheng | 2019-12-08 | 1 | -0/+1 | |
| | | | ||||||
* | | | Code: bump deps | Laurențiu Nicola | 2019-12-08 | 1 | -13/+13 | |
| | | | ||||||
* | | | Code: check whether the LSP binary is in PATH | Laurențiu Nicola | 2019-12-08 | 1 | -0/+1 | |
| |/ |/| | ||||||
* | | Use DocumentProvider instead of Hover | Edwin Cheng | 2019-11-19 | 1 | -0/+5 | |
|/ | ||||||
* | document feature flags | Aleksey Kladov | 2019-10-25 | 1 | -5/+0 | |
| | ||||||
* | Merge #1980 | bors[bot] | 2019-10-23 | 1 | -0/+5 | |
|\ | | | | | | | | | | | | | | | 1980: Shorten inline type hints r=matklad a=detrumi Implements #1946 Co-authored-by: Wilco Kusee <[email protected]> | |||||
| * | Make inlay hint length configurable | Wilco Kusee | 2019-10-18 | 1 | -0/+5 | |
| | | ||||||
* | | Adds config option for cargo-watch `--ignore` flag | Roberto Vidal | 2019-10-17 | 1 | -0/+5 | |
| | | ||||||
* | | Add rust-analyzer.showWorkspaceLoadedNotification to package.json | Laurențiu Nicola | 2019-10-17 | 1 | -0/+5 | |
| | | ||||||
* | | Merge #1984 | bors[bot] | 2019-10-10 | 1 | -2/+2 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | 1984: Bump rollup and vsce r=matklad a=kjeremy I got sick of the vsce warning on install and noticed that rollup was also out of date. Co-authored-by: kjeremy <[email protected]> | |||||
| * | | Bump rollup and vsce | kjeremy | 2019-10-10 | 1 | -2/+2 | |
| |/ | ||||||
* / | engine.vscode and @types/vscode should match | kjeremy | 2019-10-10 | 1 | -1/+1 | |
|/ | ||||||
* | add rollup bundler for vscode extension | JasperDeSutter | 2019-09-23 | 1 | -4/+8 | |
| | ||||||
* | Update minimal required vscode version to 1.37 | Lucas Spits | 2019-09-10 | 1 | -1/+1 | |
| | ||||||
* | add option to disable notify | Aleksey Kladov | 2019-09-06 | 1 | -0/+5 | |
| | ||||||
* | Switch to `@types/vscode` and `vscode-test` | Bastian Köcher | 2019-08-26 | 1 | -4/+7 | |
| | | | | | | The old `vscode` package is outdated and it is recommened to switch to these two new packages. This also solves a problem of a missing `.d.ts` for `vscode` in Nixos. | |||||
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 1 | -4/+4 | |
| | ||||||
* | fix default for the exlude key | Aleksey Kladov | 2019-08-21 | 1 | -1/+1 | |
| | ||||||
* | allow to exclude certain files and directories | Aleksey Kladov | 2019-08-06 | 1 | -0/+5 | |
| | ||||||
* | Merge #1614 | bors[bot] | 2019-07-29 | 1 | -1/+1 | |
|\ | | | | | | | | | | | | | | | 1614: show prettier diff on CI r=matklad a=matklad Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | show prettier diff on CI | Aleksey Kladov | 2019-07-29 | 1 | -1/+1 | |
| | | ||||||
* | | :arrow_up: npm | Aleksey Kladov | 2019-07-29 | 1 | -6/+6 | |
|/ | ||||||
* | Show type decorators | Kirill Bulatov | 2019-07-25 | 1 | -0/+14 | |
| | ||||||
* | try to show exact prettier problem | Aleksey Kladov | 2019-07-25 | 1 | -1/+1 | |
| | ||||||
* | :arrow_up: npm deps | Aleksey Kladov | 2019-07-25 | 1 | -1/+1 | |
| | ||||||
* | Remove obsolete keybinding | Aleksey Kladov | 2019-07-21 | 1 | -5/+0 | |
| | ||||||
* | underline mutable bindings | Aleksey Kladov | 2019-07-19 | 1 | -3/+3 | |
| | ||||||
* | highlight mutable variables differently | Ekaterina Babshukova | 2019-07-18 | 1 | -0/+9 | |
| | ||||||
* | Update vsce to latest | kjeremy | 2019-07-03 | 1 | -1/+1 | |
| | ||||||
* | Run VS Code tests on CI | Ryan Cumming | 2019-06-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | This is actually much faster than I expected; it takes about 13 seconds to download VS Code and run the unit tests. This means the VS Code tests are still significantly faster than the Rust ones. If this ends up being unreliable we can always remove it later or move it to a separate optional job. We also need to ignore the `.vscode-test` directory when running `prettier` or it will get upset about some temporary JSON files VS Code creates. |