Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | switch to official extend selection API | Aleksey Kladov | 2019-04-21 | 1 | -4/+0 |
| | |||||
* | start cargo watch if not started interactively | Bernardo | 2019-04-19 | 1 | -1/+8 |
| | |||||
* | cargo watch start and stop commands | Bernardo | 2019-04-19 | 1 | -1/+15 |
| | |||||
* | Prettier | Roberto Vidal | 2019-04-16 | 1 | -2/+1 |
| | |||||
* | Adds "restart server" command | Roberto Vidal | 2019-04-16 | 1 | -1/+15 |
| | |||||
* | Fix prettier error | Edwin Cheng | 2019-04-02 | 1 | -1/+1 |
| | |||||
* | Improve cargo-watch usage | Edwin Cheng | 2019-04-02 | 1 | -2/+2 |
| | |||||
* | Separate out the interactive cargo watch procedure | Igor Matuszewski | 2019-03-18 | 1 | -63/+3 |
| | |||||
* | Reformat using Prettier | Igor Matuszewski | 2019-03-18 | 1 | -12/+30 |
| | |||||
* | Remove unused imports | Igor Matuszewski | 2019-03-18 | 1 | -2/+1 |
| | |||||
* | Prefer installing `cargo-watch` via Task API | Igor Matuszewski | 2019-03-18 | 1 | -23/+14 |
| | | | | This gives us much more fine-grained stdout buffering and ANSI terminal colors. | ||||
* | Ask the user to install and start cargo watch | Igor Matuszewski | 2019-03-18 | 1 | -5/+61 |
| | |||||
* | Allow syntax tree to update when changing files | Ville Penttinen | 2019-03-03 | 1 | -2/+2 |
| | | | | | | Previously when using the file based syntax tree, it would not update until a change had been made in the new file. Now we automatically update the syntax tree to match the current file. | ||||
* | Rename syntaxtree text provider to SyntaxTreeContentProvider | Ville Penttinen | 2019-03-03 | 1 | -5/+5 |
| | |||||
* | Add vscode support for range in SyntaxTreeParams | Ville Penttinen | 2019-03-03 | 1 | -1/+5 |
| | | | | | | This enables the client to use a command to either show the live-updating version of the syntax tree for the current file. Or optionally when a selected range is provided, we then provide a snapshot of the syntax tree for the range. | ||||
* | Add new configuration "enableEnhancedTyping" to control registering of ↵ | Ville Penttinen | 2019-02-07 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | | "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. | ||||
* | Implement lens for impls and support resolving lenses. | Jeremy Kolb | 2019-02-04 | 1 | -0/+12 |
| | |||||
* | align command naming | Aleksey Kladov | 2019-01-28 | 1 | -15/+25 |
| | |||||
* | add gc request | Aleksey Kladov | 2019-01-25 | 1 | -0/+3 |
| | |||||
* | better stats | Aleksey Kladov | 2019-01-25 | 1 | -1/+4 |
| | |||||
* | ad status command | Aleksey Kladov | 2019-01-22 | 1 | -0/+1 |
| | |||||
* | npm fix run | Jeremy Kolb | 2019-01-12 | 1 | -2/+4 |
| | |||||
* | Move run_single into runnables | Jeremy Kolb | 2019-01-12 | 1 | -1/+1 |
| | |||||
* | Code lens support for running tests | Jeremy A. Kolb | 2019-01-11 | 1 | -0/+3 |
| | |||||
* | Fix analyzer extension fail when there are enabled any VIM extension. | frai | 2018-12-22 | 1 | -13/+17 |
| | |||||
* | Fold multiline comments | Adolfo Ochagavía | 2018-10-12 | 1 | -2/+2 |
| | |||||
* | Format vscode extension and add npm run fix | Adolfo Ochagavía | 2018-10-09 | 1 | -8/+13 |
| | |||||
* | Add on-enter handler | Aleksey Kladov | 2018-10-09 | 1 | -1/+19 |
| | | | | Now, typing doc comments is much more pleasant | ||||
* | Run prettier on all files | Daniel McNab | 2018-10-08 | 1 | -10/+18 |
| | |||||
* | Add some comments | Adolfo Ochagavía | 2018-10-08 | 1 | -3/+14 |
| | |||||
* | Apply tslint suggestions, round one | Adolfo Ochagavía | 2018-10-07 | 1 | -11/+11 |
| | |||||
* | Refactor vscode extension | Adolfo Ochagavía | 2018-10-07 | 1 | -415/+26 |
| | |||||
* | Dynamically apply highlightingOn config | Adolfo Ochagavía | 2018-10-06 | 1 | -11/+36 |
| | | | | Fixes #84 | ||||
* | Add a setting to disable custom syntax highlighting | Adolfo Ochagavía | 2018-09-29 | 1 | -4/+12 |
| | |||||
* | goto super places cursor on mod | Aleksey Kladov | 2018-09-16 | 1 | -0/+1 |
| | |||||
* | rename all things | Aleksey Kladov | 2018-09-16 | 1 | -0/+400 |