rust/editors/code/src
Ryan Cumming c8fc00258d Add noUnusedLocals to VsCode tsconfig
`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.
2019-06-29 18:00:22 +10:00
..
commands Initial Visual Studio Code unit tests 2019-06-26 20:31:36 +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
test Extract lint scopes from cargo watch 2019-06-27 08:52:22 +10:00
utils Extract lint scopes from cargo watch 2019-06-27 08:52:22 +10:00
config.ts Add noUnusedLocals to VsCode tsconfig 2019-06-29 18:00:22 +10: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