summaryrefslogtreecommitdiff
path: root/cli/lsp/config.rs
AgeCommit message (Expand)Author
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-01fix: improved support for cjs and cts modules (#26558)David Sherret
2024-10-31fix(lsp): include unstable features from editor settings (#26655)Nayeem Rahman
2024-10-25feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)Nayeem Rahman
2024-10-16Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)Nayeem Rahman
2024-10-16Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio… (#26...Bartek Iwańczuk
2024-10-16feat(lsp): "deno/didRefreshDenoConfigurationTree" notifications (#26215)Nayeem Rahman
2024-10-02feat(byonm): support `deno run npm:<package>` when package is not in package....David Sherret
2024-09-28refactor: extract out sloppy imports resolution from CLI crate (#25920)David Sherret
2024-09-28refactor: use deno_path_util (#25918)David Sherret
2024-09-23BREAKING: remove support for remote import maps in deno.json (#25836)David Sherret
2024-09-18feat(check): turn on noImplicitOverride (#25695)Bartek Iwańczuk
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-11feat(lsp): unstable setting as list (#25552)Nayeem Rahman
2024-09-06feat(lsp): turn on useUnknownInCatchVariables (#25474)Kenta Moriuchi
2024-09-04BREAKING(config): make supported compilerOptions an allow list (#25432)David Sherret
2024-09-04fix(lsp): update diagnostics on npm install (#25352)Nayeem Rahman
2024-09-03fix: only enable byonm if workspace root has pkg json (#25379)David Sherret
2024-08-30refactor: remove DENO_FUTURE (#25314)David Sherret
2024-08-30BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)Bartek Iwańczuk
2024-08-29feat(config): Node modules option for 2.0 (#25299)Nathan Whitaker
2024-08-28fix(lsp): panic on url_to_uri() (#25238)Nayeem Rahman
2024-08-24refactor(lsp): changes for lsp_types 0.97.0 (#25169)Nayeem Rahman
2024-08-20feat(config): Support frozen lockfile config option in deno.json (#25100)Nathan Whitaker
2024-08-20feat(unstable): ability to use a local copy of jsr packages (#25068)David Sherret
2024-08-09fix(lsp): don't always use byonm resolver when DENO_FUTURE=1 (#24865)David Sherret
2024-08-07fix(compile): support workspace members importing other members (#24909)David Sherret
2024-08-06perf(lsp): remove fallback config scopes for workspace folders (#24868)Nayeem Rahman
2024-07-25fix(unstable): move sloppy-import warnings to lint rule (#24710)David Sherret
2024-07-23refactor: update to use deno_package_json (#24688)David Sherret
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
2024-07-18fix(lsp): support npm workspaces and fix some resolution issues (#24627)David Sherret
2024-07-17fix(workspace): support resolving bare specifiers to npm pkgs within a worksp...David Sherret
2024-07-09feat(workspace): support object config (#24483)David Sherret
2024-07-08fix(lsp): inherit workspace-root-only fields in members (#24440)Nayeem Rahman
2024-07-08fix(workspace): better cli file argument handling (#24447)David Sherret
2024-07-05refactor: move `FileCollector` to deno_config (#24433)David Sherret
2024-07-04feat: npm workspace and better Deno workspace support (#24334)David Sherret
2024-07-02feat(cli): Add `--frozen` flag to error out if lockfile is out of date (#24355)Nathan Whitaker
2024-06-28refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)Nathan Whitaker
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-13perf(lsp): store settings in Arc (#24191)Nayeem Rahman
2024-06-12chore: remove dead code (#24185)Divy Srivastava
2024-06-11fix(lsp): don't sort workspace files (#24180)Nayeem Rahman
2024-06-11refactor(lsp): collect npm reqs by scope (#24172)Nayeem Rahman
2024-06-10feat(lsp): workspace jsr resolution (#24121)Nayeem Rahman