]> git.lizzy.rs Git - rust.git/commitdiff
Merge #103
authorbors[bot] <bors[bot]@users.noreply.github.com>
Mon, 8 Oct 2018 19:39:52 +0000 (19:39 +0000)
committerbors[bot] <bors[bot]@users.noreply.github.com>
Mon, 8 Oct 2018 19:39:52 +0000 (19:39 +0000)
103: WIP: refactor vscode extension r=aochagavia a=aochagavia

Todo:

- [x] Add more comments, so other people can find their way in the codebase
- [x] Resolve remaining tslint suggestions
- [ ] Integrate with CI

@matklad The standard configuration of tslint forbids using `console.log` and `console.error`. Is there any reason we are using those or can I remove them? If they are used for debugging purposes I would prefer to remove them and rely on vscode's excellent debugger.

Co-authored-by: Adolfo OchagavĂ­a <aochagavia92@gmail.com>

Trivial merge