Commit graph

8 commits

Author SHA1 Message Date
Simon Marchi
1244e4133c Enable tslint with basic rules
Add tslint as a plugin to tsc, so that they will show up in vscode or
whatever editor people use.  I only enabled two basic rules that I think
are very useful, prefer-const and no-var-keyword.  Violations of these
rules were fixed with "tslint -p . --fix".  There was one unused
variable (in the isExpandable) function that I removed by hand.
2018-07-17 18:19:37 -04:00
WebFreak001
a21e2e65af Fix #98 2017-04-14 18:26:40 +02:00
WebFreak001
656ef0d2c0 Fix #102 2017-04-14 18:11:36 +02:00
WebFreak001
4f8ae4eb24 Attach over ssh with gdb (fix #83) 2016-12-31 15:16:12 +01:00
WebFreak001
1a399b3292 Fixed clearing breakpoints in lldb 2016-07-02 23:34:08 +02:00
WebFreak001
2aff091374 Made target path absolute when passing to gdb (should fix #22) 2016-03-10 13:08:08 +01:00
WebFreak001
d8223cebb9 Separated stderr & stdout buffers 2016-03-06 12:17:01 +01:00
WebFreak001
35afccfd77 Added LLDB support (fix #39) 2016-03-06 12:02:11 +01:00