about summary refs log tree commit diff
path: root/editors/code/src
AgeCommit message (Expand)AuthorLines
2019-08-05Avoid shared mutable stateKirill Bulatov-71/+55
2019-08-05Cache decorations before the first change onlyKirill Bulatov-20/+21
2019-08-05Use WeakMap to avoid memory leaksKirill Bulatov-10/+12
2019-08-05Style and test fixesKirill Bulatov-6/+17
2019-08-05Query less hints on file openKirill Bulatov-18/+34
2019-07-29Style fixesKirill Bulatov-1/+4
2019-07-29Ignore cancelled inlay hints responsesKirill Bulatov-6/+8
2019-07-25npm run fixKirill Bulatov-10/+22
2019-07-25Code review fixesKirill Bulatov-13/+13
2019-07-25Remove unnecessary hacksKirill Bulatov-29/+0
2019-07-25Fix linter issuesKirill Bulatov-32/+72
2019-07-25Simplify the hints displayKirill Bulatov-54/+6
2019-07-25Show type decoratorsKirill Bulatov-1/+161
2019-07-19underline mutable bindingsAleksey Kladov-27/+34
2019-07-18highlight mutable variables differentlyEkaterina Babshukova-0/+1
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-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-1/+0
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/+763
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-13/+19
2019-06-24Apply suggestions from code reviewAleksey Sidorov-2/+2
2019-06-24Fix tslintsAleksei Sidorov-5/+3
2019-06-24Introduce cargo-watch.check-commandAleksei Sidorov-6/+21
2019-06-12make LRU cache configurableAleksey Kladov-1/+6
2019-05-27Make rainbows optionalPascal Hertleif-5/+13
2019-05-27Semantic highlighting spikePascal Hertleif-3/+42
2019-05-23Improve highlighting of name refsLaurențiu Nicola-1/+6
2019-05-21Address feedbackLaurențiu Nicola-3/+2
2019-05-21Use ThemeColor and add support for light themesLaurențiu Nicola-13/+22
2019-05-21Pass `--all-targets` to `cargo watch`Aleksi Juvani-1/+1
2019-04-21switch to official extend selection APIAleksey Kladov-40/+1
2019-04-19start cargo watch if not started interactivelyBernardo-2/+19
2019-04-19cargo watch start and stop commandsBernardo-54/+89
2019-04-16PrettierRoberto Vidal-2/+1
2019-04-16Fixes unrelated process termination quirkRoberto Vidal-0/+0
2019-04-16Adds "restart server" commandRoberto Vidal-1/+15
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