summaryrefslogtreecommitdiff
path: root/cli/tests/integration/lsp_tests.rs
AgeCommit message (Expand)Author
2022-04-03refactor(lsp): migrate from lspower back to tower-lsp (#14163)Jason
2022-04-01chore(tests): use custom temp dir creation for the tests (#14153)David Sherret
2022-03-30chore(tests): add more lsp tests for formatting (#14155)David Sherret
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-29feat(lsp): support API for config file (#14139)Kitson Kelly
2022-03-22chore: replace `.expect("...")` calls with `.unwrap()` in test code (#14081)David Sherret
2022-03-21feat(lsp): support deno.enablePaths setting (#13978)Kitson Kelly
2022-02-23feat: allow specification of import map in config file (#13739)Kitson Kelly
2022-02-10feat(lsp): support linking to symbols in JSDoc on hover (#13631)Kitson Kelly
2022-02-10feat(lsp): provide completions from import map if available (#13624)Kitson Kelly
2022-02-04feat(lsp): add redirect diagnostic and quick fix (#13580)Kitson Kelly
2022-02-02refactor(lsp): remove circular dependency between `LanguageServer` and `Diagn...David Sherret
2022-01-24fix(lsp): independent diagnostic publishing should include all diagnostic sou...David Sherret
2022-01-24perf(lsp): independent diagnostic source publishes (#13427)David Sherret
2022-01-24fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)Kitson Kelly
2022-01-17feat: auto-discover config file (#13313)Ryan Dahl
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-07feat(lsp): provide registry details on hover if present (#13294)Kitson Kelly
2021-12-16fix(lsp): provide diagnostics for import assertions (#13105)Kitson Kelly
2021-11-25chore: upgrade lspower to 1.4.0 (#12894)Bartek Iwańczuk
2021-11-24fix(lsp): lsp should respect include/exclude files in format config (#12876)David Sherret
2021-11-23feat(lsp): add type definition provider (#12789)Kitson Kelly
2021-11-23feat(lsp): add workspace symbol provider (#12787)Kitson Kelly
2021-11-18fix(lsp): tag deprecated diagnostics properly (#12801)Kitson Kelly
2021-11-17fix(lsp): retain module dependencies when parse is invalid (#12782)Kitson Kelly
2021-11-16tests(lsp): regression test for providing completions when editing documents ...Yacine Hmito
2021-11-09feat(cli): support React 17 JSX transforms (#12631)Kitson Kelly
2021-11-08fix(lsp): display module types only dependencies on hover (#12683)Kitson Kelly
2021-11-07fix(lsp): display signature docs as markdown (#12636)Luca Casonato
2021-10-29refactor(lsp): use deno_graph and single document struct (#12535)Kitson Kelly
2021-10-12fix(lsp): lint diagnostics respect config file (#12338)Bartek Iwańczuk
2021-10-11refactor: integrate deno_graph into CLI (#12369)Kitson Kelly
2021-09-15chore(lsp): use pretty_assertions in e2e tests (#12083)Satya Rohith
2021-09-14feat(lsp): ignore specific lint for entire file (#12023)Satya Rohith
2021-09-13feat(fmt): add support for configuration file (#11944)Bartek Iwańczuk
2021-09-13fix(lsp): support data urls in `deno.importMap` option (#11397)Satya Rohith
2021-09-02chore(test): improve flaky lsp_diagnostics_refresh_dependents test to give mo...David Sherret
2021-08-27feat(cli): Update to TypeScript 4.4 (#11678)Kitson Kelly
2021-08-11chore: move test files to testdata directory (#11601)David Sherret
2021-08-10feat(lsp): support clients which do not support disabled code actions (#11612)Kitson Kelly
2021-08-06feat: ffi to replace plugins (#11152)Elias Sjögreen
2021-08-06feat(lsp): implement refactoring code actions (#11555)Jean Pierre
2021-07-28feat(lsp): ability to set DENO_DIR via settings (#11527)Kitson Kelly
2021-07-25fix(lsp): handle importmaps properly (#11496)Kitson Kelly
2021-07-11Revert "Remove unstable native plugins (#10908)"Ryan Dahl
2021-07-02Remove unstable native plugins (#10908)Bartek Iwańczuk
2021-06-27chore: split up integration_tests.rs into separate files (#11131)David Sherret