summaryrefslogtreecommitdiff
path: root/cli/tests/integration/lsp_tests.rs
AgeCommit message (Expand)Author
2023-04-04feat(ext/url): `URL.canParse` (#18286)Kenta Moriuchi
2023-04-03Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...Yoshiya Hinosawa
2023-03-31fix(lsp): better handling of `data:` urls (#18527)David Sherret
2023-03-30fix(lsp): include all diagnosable documents on initialize (#17979)David Sherret
2023-03-30fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)David Sherret
2023-03-28test(lsp): make lsp_completions_auto_import more robust (#18482)Bartek Iwańczuk
2023-03-23fix(lsp): ensure `enablePaths` works when clients do not provide a trailing s...David Sherret
2023-03-21feat: TypeScript 5.0.2 (except decorators) (#18294)David Sherret
2023-03-15fix(lsp): avoid calling client while holding lock (#18197)David Sherret
2023-03-09refactor(tests/lsp): consolidate more into test LspClient and reduce verbosit...David Sherret
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-03-05fix(check): include dts files in tsc roots (#18026)Nayeem Rahman
2023-02-06fix: revert lsp related internal specifiers (#17673)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-28fix(lsp): update document dependencies on configuration change (#17556)David Sherret
2023-01-27fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map ...David Sherret
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-24feat: suggest adding a "node:" prefix for bare specifiers that look like buil...David Sherret
2023-01-24feat: support node built-in module imports (#17264)Bartek Iwańczuk
2023-01-13tests: move integration tests to a single module (#17380)Bartek Iwańczuk
2022-11-26tests: move integration tests to separate modules (#16816)Bartek Iwańczuk
2022-11-18chore: use Rust 1.65.0 (#16688)Aaron O'Mullan
2022-10-26chore: improve built-in API documentation (#16158)Kitson Kelly
2022-10-21feat(unstable/npm): initial type checking of npm specifiers (#16332)David Sherret
2022-10-20fix(lsp): allow caching deps in non-saved files (#16353)David Sherret
2022-10-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-10-01lsp: use deno:/asset instead of deno:asset (#16023)sigmaSd
2022-09-28chore: improve JSDoc for built-in APIs (#16048)Kitson Kelly
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret
2022-08-17docs: add category tag for built-in APIs (#15480)Kitson Kelly
2022-08-02fix(lsp): use correct commit chars for completions (#15366)Kitson Kelly
2022-07-12fix(lsp): enable auto imports (#15145)Kitson Kelly
2022-06-01feat: update to TypeScript 4.7 (#14242)Kitson Kelly
2022-05-15fix(lsp): correct positions in some scenarios (#14359)David Sherret
2022-05-11chore: fix flaky lsp_testing_api test (#14569)David Sherret
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