about summary refs log tree commit diff
path: root/editors/code
AgeCommit message (Expand)AuthorLines
2019-07-25Fix linter issuesKirill Bulatov-32/+72
2019-07-25Simplify the hints displayKirill Bulatov-54/+6
2019-07-25Show type decoratorsKirill Bulatov-1/+175
2019-07-25try to show exact prettier problemAleksey Kladov-1/+1
2019-07-25:arrow_up: npm depsAleksey Kladov-10/+10
2019-07-21Remove obsolete keybindingAleksey Kladov-5/+0
2019-07-19underline mutable bindingsAleksey Kladov-30/+37
2019-07-18highlight mutable variables differentlyEkaterina Babshukova-0/+10
2019-07-11Bump lodash from 4.17.11 to 4.17.14 in /editors/codedependabot[bot]-3/+3
2019-07-03Update vsce to latestkjeremy-41/+42
2019-06-30Merge #1458bors[bot]-1/+3
2019-06-30Merge #1459bors[bot]-1/+70
2019-06-30Consider unreachable code to be unnecessary in VSCRyan Cumming-0/+1
2019-06-30Include primary span label in VS Code diagnosticsRyan Cumming-1/+70
2019-06-30Run VS Code tests on CIRyan Cumming-1/+3
2019-06-29Merge #1454bors[bot]-254/+498
2019-06-29Comment on the key of `suggestedFixes`Ryan Cumming-0/+3
2019-06-29Add noUnusedLocals to VsCode tsconfigRyan Cumming-2/+2
2019-06-29Fix `cargo watch` code action filteringRyan Cumming-254/+495
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-12make LRU cache configurableAleksey Kladov-1/+11
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