about summary refs log tree commit diff
path: root/editors
AgeCommit message (Expand)AuthorLines
2019-06-29Add noUnusedLocals to VsCode tsconfigRyan Cumming-2/+2
2019-06-29Add show syntax tree function to emacszbelial-0/+26
2019-06-27Extract lint scopes from `cargo watch`Ryan Cumming-6/+35
2019-06-26Initial Visual Studio Code unit testsRyan Cumming-61/+765
2019-06-25Tweak isUnusedOrUnnecessaryRyan Cumming-2/+8
2019-06-25Fix comparison of Code Action edit lengthsRyan Cumming-1/+1
2019-06-25Rich mapping of cargo watch outputRyan Cumming-54/+352
2019-06-24Fix code after "apply suggestions"Aleksei Sidorov-15/+21
2019-06-24Apply suggestions from code reviewAleksey Sidorov-4/+4
2019-06-24Fix tslintsAleksei Sidorov-5/+3
2019-06-24Introduce cargo-watch.check-commandAleksei Sidorov-7/+27
2019-06-14ra-emacs-lsp: Fix company-lsp snippet handler overrideFlorian Diebold-1/+1
2019-06-12make LRU cache configurableAleksey Kladov-1/+11
2019-05-29Add status buffer function to emacs integrationFlorian Diebold-0/+34
2019-05-27Make rainbows optionalPascal Hertleif-5/+18
2019-05-27Semantic highlighting spikePascal Hertleif-3/+54
2019-05-23Improve highlighting of name refsLaurențiu Nicola-2/+52
2019-05-21Address feedbackLaurențiu Nicola-31/+21
2019-05-21Use ThemeColor and add support for light themesLaurențiu Nicola-13/+141
2019-05-21Pass `--all-targets` to `cargo watch`Aleksi Juvani-1/+1
2019-04-21switch to official extend selection APIAleksey Kladov-45/+1
2019-04-21:arrow_up: codeAleksey Kladov-1442/+185
2019-04-19start cargo watch if not started interactivelyBernardo-3/+20
2019-04-19recover rustc-watch problemMatchersBernardo-0/+12
2019-04-19cargo watch start and stop commandsBernardo-55/+100
2019-04-16PrettierRoberto Vidal-2/+1
2019-04-16Fixes unrelated process termination quirkRoberto Vidal-0/+0
2019-04-16Adds "restart server" commandRoberto Vidal-1/+20
2019-04-14Sends cwd info for runnables and code lensesRoberto Vidal-1/+2
2019-04-14Adds support for multiple editor workspaces on initializationRoberto Vidal-7/+0
2019-04-03Fix eslint errorsEmil Lauridsen-1/+1
2019-04-03Add extra double quotes only on Windows.Emil Lauridsen-0/+4
2019-04-03Fix VSCode cargo-watch functionality on Linux.Emil Lauridsen-2/+1
2019-04-03Add cargo-watch package animation and refactoringEdwin Cheng-44/+78
2019-04-02Fix prettier errorEdwin Cheng-1/+1
2019-04-02Add terminate process implemntation noteEdwin Cheng-0/+7
2019-04-02Add Cargo.toml file check before cargo watch startEdwin Cheng-0/+22
2019-04-02Add cargo-watch.check-argumentsEdwin Cheng-74/+137
2019-04-02Add config for cargo-watch traceEdwin Cheng-15/+66
2019-04-02Add proper process teminate methodEdwin Cheng-10/+116
2019-04-02Fix prettier errorEdwin Cheng-22/+31
2019-04-02Fixed tslint errorEdwin Cheng-1/+1
2019-04-02Fix tslint errorEdwin Cheng-63/+65
2019-04-02Improve cargo-watch usageEdwin Cheng-36/+177
2019-03-30kill ra.el: it is superseeded by the lsp integraionAleksey Kladov-128/+0
2019-03-28Fix emacs-lsp runnables support with native jsonFlorian Diebold-1/+1
2019-03-22Don't execute cargo watch when popup is dismissedpcpthm-2/+2
2019-03-21Change enableCargoWatchOnStartup to have three statesVille Penttinen-16/+31
2019-03-20introduce docs dirAleksey Kladov-241/+0
2019-03-18Appease CIIgor Matuszewski-9/+7