summaryrefslogtreecommitdiff
path: root/cli/tests/integration_tests_lsp.rs
AgeCommit message (Expand)Author
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret
2021-06-25feat(lsp): dependency hover information (#11090)Kitson Kelly
2021-06-24fix(lsp): handle invalid config setting better (#11104)Kitson Kelly
2021-06-22feat(cli): support "types" when type checking (#10999)Kitson Kelly
2021-06-21feat(lsp): quick fix actions to ignore lint errors (#10627)Satya Rohith
2021-06-19fix(lsp): do not rename in strings and comments (#11041)David Sherret
2021-06-07feat(lsp): add test code lens (#10874)Kitson Kelly
2021-06-07tests(lsp): fix flakey lsp integration test (#10875)Kitson Kelly
2021-06-06fix(#10747): cannot read config option in windows (#10791)jeiea
2021-06-05fix(lsp): refactor, fix issues and add benchmark for code lens (#10841)Kitson Kelly
2021-06-03fix(#10775): diagnostics update on dependency changes (#10817)Kitson Kelly
2021-06-02fix(#10815): lsp only responds to formatting for md, json, jsonc (#10816)Kitson Kelly
2021-06-01feat(lsp): registry auto discovery (#10813)Kitson Kelly
2021-06-01fix(lsp): updates to workspace config are processed sync (#10812)Kitson Kelly
2021-05-29fix(#10765): lsp import fixes include extensions (#10778)Kitson Kelly
2021-05-25feat(lsp): diagnostics for deno types and triple-slash refs (#10699)Kitson Kelly
2021-05-21chore(lsp): provide test for lsp deadlock issue (#10679)Kitson Kelly
2021-05-20fix(lsp): re-enable the per resource configuration without a deadlock (#10625)Kitson Kelly
2021-05-19test(cli/dts): typecheck examples in declaration files (#10707)Casper Beyer
2021-05-19docs(cli/dts): fix plugin example (#10647)Casper Beyer
2021-05-19fix(#10695): deps diagnostics include data property (#10696)Kitson Kelly
2021-05-18feat(lsp): provide X-Deno-Warning as a diagnostic (#10680)Kitson Kelly
2021-05-18feat(lsp): support formatting json and markdown files (#10180)Satya Rohith
2021-05-18refactor: share test harness for lsp between bench and integration (#10659)Kitson Kelly