Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | document feature flags | Aleksey Kladov | 2019-10-25 | 1 | -7/+0 |
| | |||||
* | Merge #1980 | bors[bot] | 2019-10-23 | 1 | -0/+6 |
|\ | | | | | | | | | | | | | | | 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/+6 |
| | | |||||
* | | Adds config option for cargo-watch `--ignore` flag | Roberto Vidal | 2019-10-17 | 1 | -1/+10 |
|/ | |||||
* | add option to disable notify | Aleksey Kladov | 2019-09-06 | 1 | -0/+4 |
| | |||||
* | implement feature flags | Aleksey Kladov | 2019-08-22 | 1 | -0/+4 |
| | |||||
* | allow to exclude certain files and directories | Aleksey Kladov | 2019-08-06 | 1 | -0/+4 |
| | |||||
* | Show type decorators | Kirill Bulatov | 2019-07-25 | 1 | -0/+5 |
| | |||||
* | Add noUnusedLocals to VsCode tsconfig | Ryan Cumming | 2019-06-29 | 1 | -1/+0 |
| | | | | | | `tslint` doesn't catch this because TypeScript has had this check builtin since 2.9. However, it's disabled by default so right now nothing is checking for unused variables. | ||||
* | Fix code after "apply suggestions" | Aleksei Sidorov | 2019-06-24 | 1 | -8/+8 |
| | |||||
* | Apply suggestions from code review | Aleksey Sidorov | 2019-06-24 | 1 | -2/+2 |
| | | | Co-Authored-By: Aleksey Kladov <[email protected]> | ||||
* | Fix tslints | Aleksei Sidorov | 2019-06-24 | 1 | -2/+2 |
| | |||||
* | Introduce cargo-watch.check-command | Aleksei Sidorov | 2019-06-24 | 1 | -1/+12 |
| | |||||
* | make LRU cache configurable | Aleksey Kladov | 2019-06-12 | 1 | -0/+4 |
| | |||||
* | Make rainbows optional | Pascal Hertleif | 2019-05-27 | 1 | -0/+7 |
| | |||||
* | Add cargo-watch.check-arguments | Edwin Cheng | 2019-04-02 | 1 | -14/+25 |
| | |||||
* | Add config for cargo-watch trace | Edwin Cheng | 2019-04-02 | 1 | -6/+19 |
| | |||||
* | Change enableCargoWatchOnStartup to have three states | Ville Penttinen | 2019-03-21 | 1 | -3/+5 |
| | | | | | | | This fixes #1005. Defaults to `ask` which prompts users each time whether to start `cargo watch` or not. `enabled` always starts `cargo watch` and `disabled` does not. | ||||
* | Guard auto cargo watch behind a config option | Igor Matuszewski | 2019-03-18 | 1 | -0/+8 |
| | |||||
* | Add showWorkspaceLoadedNotification to vscode client | Ville Penttinen | 2019-03-06 | 1 | -0/+7 |
| | | | | | | | | | This allows users to control whether or not they want to see the "workspace loaded" notification. This is done on the server side using InitializationOptions which are provided by the client. By default show_workspace_loaded is true, meaning the notification is sent. | ||||
* | Run prettier | Ville Penttinen | 2019-02-07 | 1 | -4/+11 |
| | |||||
* | Add new configuration "enableEnhancedTyping" to control registering of ↵ | Ville Penttinen | 2019-02-07 | 1 | -0/+25 |
| | | | | | | | | | | | | | | | | | | "type" command This further fixes problems when having a VIM extension (at least vscodevim) enabled, by not calling `overrideCommand('type', commands.onEnter.handle)` when enableEnhancedTyping is set to `false`. The problem is dependent on the order in which extensions are activated, if rust-analyzer is activated before `vscodevim`, rust-analyzer will register the `type` command, and when `vscodevim` finally attempts to activate, it will fail to register the command. This causes `vscodevim` to stop working properly. This setting allows users to disable the registerCommand `type` in rust-analyzer, allowing `vscodevim` to work. The setting defaults to `true`. Currently changing the setting requires reloading of the window. | ||||
* | align command naming | Aleksey Kladov | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | Config for raLspServerPath will be overwritten if __RA_LSP_SERVER_DEBUG is set | Andrew Ross | 2019-01-19 | 1 | -2/+5 |
| | | | | | | | Changed presentation from clear to reveal silent Removed the vscode gitignore entry Added debugging documentation Added tasks and launch configs | ||||
* | Allow user to set path to ra_lsp_server in vscode settings | gentoo90 | 2019-01-05 | 1 | -0/+5 |
| | |||||
* | Run prettier on all files | Daniel McNab | 2018-10-08 | 1 | -13/+15 |
| | |||||
* | Add tslint and prettier to ci | Daniel McNab | 2018-10-08 | 1 | -13/+13 |
| | |||||
* | Apply tslint suggestions, round one | Adolfo Ochagavía | 2018-10-07 | 1 | -0/+23 |