summaryrefslogtreecommitdiff
path: root/tests/integration/lsp_tests.rs
AgeCommit message (Expand)Author
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06feat(lsp): node specifier completions (#24904)Nayeem Rahman
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-24fix: update lsp error message of 'relative import path' to 'use deno add' for...HasanAlrimawi
2024-07-23fix(lsp): rewrite import for 'infer return type' action (#24685)Nayeem Rahman
2024-07-22fix(lsp): scope attribution for asset documents (#24663)Nayeem Rahman
2024-07-18fix(lsp): support npm workspaces and fix some resolution issues (#24627)David Sherret
2024-07-10fix(check): CJS types importing dual ESM/CJS package should prefer CJS types ...David Sherret
2024-07-09fix(lsp): do sloppy resolution for node-to-node imports in byonm (#24481)Nayeem Rahman
2024-07-08fix(lsp): inherit workspace-root-only fields in members (#24440)Nayeem Rahman
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-03fix(lsp): correct scope attribution for injected @types/node (#24404)Nayeem Rahman
2024-07-03feat: Upgrade to TypeScript 5.5.2 (#24326)Bartek Iwańczuk
2024-07-01fix(lsp): respect lockfile redirects entries for resolution (#24365)Nayeem Rahman
2024-06-26feat(lsp): ts language service scopes (#24345)Nayeem Rahman
2024-06-26refactor: move PackageJson to deno_config (#24348)David Sherret
2024-06-19fix(lsp): use import map from workspace root (#24246)Nayeem Rahman
2024-06-17feat(lsp): multi deno.json resolver scopes (#24206)Nayeem Rahman
2024-06-14chore: upgrade to rust 1.79 (#24207)Satya Rohith
2024-06-12fix(lsp): strip .js before probing for valid import fix (#24188)Nayeem Rahman
2024-06-12feat(lsp): respect editor indentation options (#24181)Nayeem Rahman
2024-06-11fix(npm): resolve dynamic npm imports individually (#24170)David Sherret
2024-06-10feat(lsp): workspace jsr resolution (#24121)Nayeem Rahman
2024-06-05fix(npm): use configured auth for tarball urls instead of scope auth (#24111)David Sherret
2024-06-03fix(lsp): complete exports for import mapped jsr specifiers (#24054)Nayeem Rahman
2024-05-30feat: do not require `DENO_FUTURE=1` for npmrc support (#24043)David Sherret
2024-05-30feat(lsp): support .npmrc (#24042)Nayeem Rahman
2024-05-29perf(lsp): lock out requests until init is complete (#23998)Nayeem Rahman
2024-05-23refactor(lsp): determine file referrer for each document (#23867)Nayeem Rahman
2024-05-22fix(lsp): process Fenced Code Block in JSDoc on `completion` correctly (#23822)Hajime-san
2024-05-22refactor(docs): use `@experimental` instead of `@tags unstable` (#23884)Leo Kettmeir
2024-05-21fix(lsp): Fix display of JSDoc named examples (#23927)Nathan Whitaker
2024-05-21fix(lsp): apply import fix to missing declaration code action (#23924)Nayeem Rahman
2024-05-21fix(cli): use CliNodeResolver::resolve() for managed node_modules (#23902)Nayeem Rahman
2024-05-16fix(lsp): respect types dependencies for tsc roots (#23825)Nayeem Rahman
2024-05-15chore: Fix flaky semantic tokens caching test (#23831)Nathan Whitaker
2024-05-15perf(lsp): Cache semantic tokens for open documents (#23799)Nathan Whitaker
2024-05-14fix(lsp): show reference code lens on methods (#23804)Nayeem Rahman
2024-05-09fix(lsp): completions for using decl identifiers (#23748)David Sherret
2024-05-09fix(lsp): move sloppy import resolution from loader to resolver (#23751)Nathan Whitaker
2024-05-06fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)Nathan Whitaker
2024-05-05docs: update categories to match new planned sitemap (#23677)Jo Franchetti
2024-05-05chore: update wgpu (#23684)Leo Kettmeir
2024-05-03fix(lsp): always cache all npm packages (#23679)David Sherret
2024-05-03refactor(lsp): cleanup cache and module registry update (#23620)Nayeem Rahman
2024-05-01chore(lsp): revert import map pre-resolution for jsxImportSource (#23619)Nayeem Rahman
2024-04-30feat(cli): add support for jsxImportSourceTypes (#23419)Luca Casonato
2024-04-26feat(ci): category & unstable tags checker (#23568)Leo Kettmeir
2024-04-24fix(lsp): inherit missing fmt and lint config from parent scopes (#23547)Nayeem Rahman
2024-04-23feat: enable Float16Array support (#23490)Bartek Iwańczuk