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