rust/editors/code/src
Ryan Cumming 5c6ab11453 Tweak isUnusedOrUnnecessary
The first cut was a bit rough with the blanket `unused_*` rule. This
trigger for things like `unused_mut` where the code is used but it's
suboptimal. It's misleading to grey out the code in those cases.
Instead, use an explicit list of things known to be dead code.
2019-06-25 21:44:27 +10:00
..
commands Fix comparison of Code Action edit lengths 2019-06-25 21:36:55 +10: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
utils Tweak isUnusedOrUnnecessary 2019-06-25 21:44:27 +10:00
config.ts Fix code after "apply suggestions" 2019-06-24 13:50:34 +03:00
extension.ts switch to official extend selection API 2019-04-21 12:13:48 +03:00
highlighting.ts Make rainbows optional 2019-05-27 11:44:46 +02:00
server.ts make LRU cache configurable 2019-06-12 13:36:24 +03:00