rust-analyzer/editors/code/src
Ville Penttinen 5c3e9c716e Change enableCargoWatchOnStartup to have three states
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.
2019-03-21 13:56:25 +02:00
..
commands Change enableCargoWatchOnStartup to have three states 2019-03-21 13:56:25 +02:00
events Allow syntax tree to update when changing files 2019-03-03 22:03:37 +02:00
notifications Run prettier on all files 2018-10-08 22:38:33 +01:00
config.ts Change enableCargoWatchOnStartup to have three states 2019-03-21 13:56:25 +02:00
extension.ts Separate out the interactive cargo watch procedure 2019-03-18 22:30:23 +01:00
highlighting.ts highlight macro idents 2018-12-28 18:17:43 +03:00
server.ts Applied code style of `npm run fix` 2019-03-11 21:22:54 +01:00