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
Age
Commit message (
Expand
)
Author
2024-03-07
fix(publish): make include and exclude work (#22720)
David Sherret
2024-03-07
fix(lsp): don't apply renames to remote modules (#22765)
Nayeem Rahman
2024-03-07
fix(cli): limit test parallelism on Windows to avoid pipe error (#22776)
Matt Mastracci
2024-03-06
feat(unstable/pm): support npm packages in 'deno add' (#22715)
Nayeem Rahman
2024-03-06
fix(node): improve cjs tracking (#22673)
David Sherret
2024-03-05
chore: upgrade deno_core (#22699)
Bartek Iwańczuk
2024-03-04
fix(lsp): do not warn about local file "redirects" from .js to .d.ts files (#...
David Sherret
2024-03-04
fix(lsp): ignore code errors when type passes for non-`@deno-types` reolution...
David Sherret
2024-03-04
feat(lsp): include registry url in jsr import hover text (#22676)
Nayeem Rahman
2024-03-01
fix(lsp): output more information on error (#22665)
David Sherret
2024-03-01
fix(lsp): regression - caching in lsp broken when config with imports has com...
David Sherret
2024-03-01
feat(unstable/pm): support version contraints in 'deno add' (#22646)
Nayeem Rahman
2024-02-29
feat(unstable): `deno add` subcommand (#22520)
Bartek Iwańczuk
2024-02-29
feat(lsp): jsr specifier completions (#22612)
Nayeem Rahman
2024-02-28
fix(cli): ensure that pre- and post-test output is flushed at the appropriate...
Matt Mastracci
2024-02-28
chore(cli): rename `--trace-ops` to `--trace-leaks` (#22598)
Matt Mastracci
2024-02-27
perf(cli): reduce overhead in test registration (#22552)
Matt Mastracci
2024-02-27
fix(unstable): sloppy imports should resolve .d.ts files during types resolut...
David Sherret
2024-02-27
feat(publish): discover jsr.json and jsr.jsonc files (#22587)
Bartek Iwańczuk
2024-02-24
fix(lsp): import map expansion (#22553)
David Sherret
2024-02-23
refactor(cli): clean up test runner channels (#22422)
Matt Mastracci
2024-02-21
feat(lsp): auto-import completions for jsr specifiers (#22462)
Nayeem Rahman
2024-02-20
perf(jsr): fast check cache and lazy fast check graph (#22485)
David Sherret
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret
2024-02-15
feat(unstable): single checksum per JSR package in the lockfile (#22421)
David Sherret
2024-02-14
feat(lsp): jsr support with cache probing (#22418)
Nayeem Rahman
2024-02-14
chore: rename DENO_REGISTRY_URL to JSR_URL (#22414)
Nayeem Rahman
2024-02-12
feat(lsp): jsr support first pass (#22382)
Nayeem Rahman
2024-02-10
fix(lsp): complete npm specifier versions correctly (#22332)
Nayeem Rahman
2024-02-09
fix: upgrade to deno_ast 0.33 (#22341)
David Sherret
2024-02-06
fix(lsp): disable no-cache diagnostics for jsr specifiers (#22284)
Nayeem Rahman
2024-02-05
refactor(cli): Add TestFailureDescription (#22267)
Matt Mastracci
2024-02-01
refactor: load bytes in deno_graph (#22212)
David Sherret
2024-01-30
fix(lsp): don't normalize urls in cache command params (#22182)
Nayeem Rahman
2024-01-28
chore(lsp): rename client-side command invocations (#22140)
Nayeem Rahman
2024-01-27
Revert "refactor(cli): use new sanitizer for resources (#22125)" (#22153)
Bartek Iwańczuk
2024-01-26
refactor(cli): use new sanitizer for resources (#22125)
Matt Mastracci
2024-01-26
feat(lsp): complete parameters as tab stops and placeholders (#22126)
Nayeem Rahman
2024-01-25
fix(lsp): disable experimentalDecorators by default (#22101)
Bartek Iwańczuk
2024-01-23
feat(lsp): include scope uri in "deno/didChangeDenoConfiguration" (#22002)
Nayeem Rahman
2024-01-21
fix(lsp): improved npm specifier to import map entry mapping (#22016)
David Sherret
2024-01-18
fix(lsp): regression - formatting was broken on windows (#21972)
David Sherret
2024-01-17
feat(lsp): send "deno/didChangeDenoConfiguration" on init (#21965)
Nayeem Rahman
2024-01-15
refactor: use globbing from deno_config (#21925)
David Sherret
2024-01-14
feat: remove conditional unstable type-checking (#21825)
Bartek Iwańczuk
2024-01-11
refactor(lsp): store project version on documents (#21892)
Nayeem Rahman
2024-01-09
fix: update deno_lint and swc (#21718)
Bartek Iwańczuk
2024-01-09
fix(lsp): use a dedicated thread for the parent process checker (#21869)
David Sherret
2024-01-08
perf: skip expanding exclude globs (#21817)
David Sherret
2024-01-05
fix(lsp): show test code lens for template literal names (#21798)
Nayeem Rahman
[next]