]> git.lizzy.rs Git - rust.git/history - editors/code/src/commands/syntax_tree.ts
vscode: add support for light themes and color customization for syntax tree highlights
[rust.git] / editors / code / src / commands / syntax_tree.ts
2020-04-01 veetahavscode: add support for light themes and color customiz...
2020-04-01 bors[bot]Merge #3765
2020-03-31 bors[bot]Merge #3780 #3787
2020-03-31 veetahavscode: small refactor
2020-03-31 veetahavscode: scroll to the syntax node in rust editor when...
2020-03-31 Veetahavscode: apply review nits
2020-03-31 veetahavscode: use ctx.subscriptions instead of local .disposables
2020-03-31 veetahavscode: add syntax tree inspection hovers and highlights
2020-03-03 bors[bot]Merge #3388
2020-03-02 Julien RoncagliaCentralize the check for languageId on document
2020-02-27 bors[bot]Merge #3285
2020-02-25 nmioMerge branch 'master' of https://github.com/rust-analyz...
2020-02-25 bors[bot]Merge #3298
2020-02-25 bors[bot]Merge #3295
2020-02-25 bors[bot]Merge #3159
2020-02-25 bors[bot]Merge #3299
2020-02-24 Veetahavscode: migrate syntax_tree to rust-analyzer-api.ts
2020-02-17 bors[bot]Merge #3191
2020-02-17 Aleksey KladovSimplify some more ctors
2020-02-09 Kevin DeLoreyMerge branch 'master' into kdelorey/complete-trait...
2020-02-05 bors[bot]Merge #3024
2020-02-05 Veetahavscode: eliminate floating promises and insane amount...
2020-02-04 bors[bot]Merge #2962
2020-02-03 bors[bot]Merge #2990
2020-02-02 bors[bot]Merge #2989
2020-02-02 Veetahavscode: use void where possible
2020-02-02 Veetahavscode extension: migrate from any to unknown where...
2019-12-31 Aleksey KladovMerge pull request #2672 from Speedy37/master
2019-12-31 bors[bot]Merge #2711
2019-12-31 Aleksey KladovAdd semicolons
2019-12-31 bors[bot]Merge #2710
2019-12-31 Aleksey KladovFix NPEs
2019-12-30 bors[bot]Merge #2696
2019-12-30 Aleksey KladovReformat with tsfmt
2019-12-30 bors[bot]Merge #2692
2019-12-30 Aleksey KladovMove expand macro to the new context
2019-12-30 Aleksey KladovCleanup
2019-12-30 bors[bot]Merge #2691
2019-12-30 Aleksey KladovRefactor show syntax tree action