summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/lsp
AgeCommit message (Expand)Author
2024-02-10chore: move cli/tests/ -> tests/ (#22369)Matt Mastracci
2023-07-11fix(lsp): remove quotes and period surrounding specifier in uncached messages...David Sherret
2023-04-26feat(cli): flatten deno.json configuaration (#17799)scarf
2023-03-08refactor(lsp): improve test client initialization (#18015)David Sherret
2023-02-11feat: add more variants to Deno.build.os (#17340)Leo Kettmeir
2023-01-25feat: embed import map in the config file (#17478)Bartek Iwańczuk
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-29fix(lsp): "Add all missing imports" uses correct specifiers (#17216)Bartek Iwańczuk
2022-12-07feat: upgrade to TypeScript 4.9.3 (#16973)David Sherret
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-16feat: support inlay hints (#16287)Kitson Kelly
2022-10-14fix(lsp): properly handle snippets on completions (#16274)Kitson Kelly
2022-09-20feat(cli): update to TypeScript 4.8 (#15064)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-15fix(check): use "moduleDetection": "force" (#14875)Nayeem Rahman
2022-06-01feat: update to TypeScript 4.7 (#14242)Kitson Kelly
2022-03-30feat(lsp): add experimental testing API (#13798)Kitson Kelly
2022-03-21feat(lsp): support deno.enablePaths setting (#13978)Kitson Kelly
2022-03-02feat(cli): update to TypeScript 4.6.2 (#13474)Kitson Kelly
2022-02-23feat: allow specification of import map in config file (#13739)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-01-24fix(lsp): respect DENO_CERT and other options related to TLS certs (#13467)Kitson Kelly
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2022-01-07feat(lsp): provide registry details on hover if present (#13294)Kitson Kelly
2022-01-04fix(lsp): handle repeating patterns in registry correctly (#13275)Kitson Kelly
2022-01-02fix(lsp): properly generate data URLs for completion items (#13246)Kitson Kelly
2021-12-20feat(lsp): add code lens for debugging tests (#13138)Jesper van den Ende
2021-12-16fix(lsp): provide diagnostics for import assertions (#13105)Kitson Kelly
2021-12-14feat(lsp): improve registry completion suggestions (#13023)Kitson Kelly
2021-12-10feat(cli): update to TypeScript 4.5 (#12410)Kitson Kelly
2021-11-24fix(lsp): lsp should respect include/exclude files in format config (#12876)David Sherret
2021-11-23feat(lsp): add workspace symbol provider (#12787)Kitson Kelly
2021-11-09chore(lsp): align ScriptElementKind to current versions of TypeScript/vscode ...Kitson Kelly
2021-11-04fix(lint): use recommended tag if there is no tags in config file or flags (#...Zheyu Zhang
2021-10-12fix(lsp): lint diagnostics respect config file (#12338)Bartek Iwańczuk
2021-09-14fix(lsp): correctly parse registry patterns (#12063)Kitson Kelly
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-08-11chore: move test files to testdata directory (#11601)David Sherret