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
/
tests
/
integration
/
lsp_tests.rs
Age
Commit message (
Expand
)
Author
2023-07-11
fix(lsp): remove quotes and period surrounding specifier in uncached messages...
David Sherret
2023-07-10
fix(lsp): exclude files in deno.json "exclude" (#19791)
David Sherret
2023-07-04
feat: stabilize 'alpnProtocols' setting (#19704)
Bartek Iwańczuk
2023-07-04
feat: Stabilize Deno.serve() API (#19141)
Bartek Iwańczuk
2023-07-04
feat: upgrade to TypeScript 5.1.6 (#19695)
David Sherret
2023-07-03
fix(dts): make globals available on globalThis (#19438)
ud2
2023-07-03
feat(lsp): support import maps in quick fix and auto-imports (#19692)
David Sherret
2023-07-03
fix: Update typings for Deno.errors namespace (#19688)
Bartek Iwańczuk
2023-07-02
feat(lsp): basic support of auto-imports for npm specifiers (#19675)
David Sherret
2023-07-02
Reland "fix(cli): don't store blob and data urls in the module cache" (#18581)
Nayeem Rahman
2023-06-26
chore: fix typos (#19572)
Martin Fischer
2023-06-13
fix(lsp): don't pre-load documents matched in the config file's "exclude" (#1...
David Sherret
2023-06-13
fix(lsp): update import map config when deno.json changes (#19476)
David Sherret
2023-06-10
chore(tests): test_util - Add `PathRef` (#19450)
David Sherret
2023-06-05
feat: add more options to Deno.inspect (#19337)
Leo Kettmeir
2023-05-26
chore(lsp/tests): diagnostic synchronization (reland) (#19270)
David Sherret
2023-05-26
Revert "chore(lsp/tests): diagnostic synchronization (#19264)" (#19268)
Bartek Iwańczuk
2023-05-26
chore(lsp/tests): diagnostic synchronization (#19264)
David Sherret
2023-05-24
feat(ext/fs): add isBlockDevice, isCharDevice, isFifo, isSocket to FileInfo (...
Hirotaka Tagawa / wafuwafu13
2023-05-22
feat(lsp): support lockfile and node_modules directory (#19203)
David Sherret
2023-05-14
fix(dts): move BroadcastChannel type to lib.deno.unstable.d.ts (#19108)
Yoshiya Hinosawa
2023-05-11
feat(lsp): ability to configure document pre-load limit (#19097)
David Sherret
2023-04-04
feat(ext/url): `URL.canParse` (#18286)
Kenta Moriuchi
2023-04-03
Revert "fix(cli): don't store blob and data urls in the module cache (#18261)...
Yoshiya Hinosawa
2023-03-31
fix(lsp): better handling of `data:` urls (#18527)
David Sherret
2023-03-30
fix(lsp): include all diagnosable documents on initialize (#17979)
David Sherret
2023-03-30
fix(lsp): `textDocument/references` should respect `includeDeclaration` (#18496)
David Sherret
2023-03-28
test(lsp): make lsp_completions_auto_import more robust (#18482)
Bartek Iwańczuk
2023-03-23
fix(lsp): ensure `enablePaths` works when clients do not provide a trailing s...
David Sherret
2023-03-21
feat: TypeScript 5.0.2 (except decorators) (#18294)
David Sherret
2023-03-15
fix(lsp): avoid calling client while holding lock (#18197)
David Sherret
2023-03-09
refactor(tests/lsp): consolidate more into test LspClient and reduce verbosit...
David Sherret
2023-03-08
refactor(lsp): improve test client initialization (#18015)
David Sherret
2023-03-05
fix(check): include dts files in tsc roots (#18026)
Nayeem Rahman
2023-02-06
fix: revert lsp related internal specifiers (#17673)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-28
fix(lsp): update document dependencies on configuration change (#17556)
David Sherret
2023-01-27
fix: ensure "fs" -> "node:fs" error/quick fix works when user has import map ...
David Sherret
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-25
feat: embed import map in the config file (#17478)
Bartek Iwańczuk
2023-01-24
feat: suggest adding a "node:" prefix for bare specifiers that look like buil...
David Sherret
2023-01-24
feat: support node built-in module imports (#17264)
Bartek Iwańczuk
2023-01-13
tests: move integration tests to a single module (#17380)
Bartek Iwańczuk
2022-11-26
tests: move integration tests to separate modules (#16816)
Bartek Iwańczuk
2022-11-18
chore: use Rust 1.65.0 (#16688)
Aaron O'Mullan
2022-10-26
chore: improve built-in API documentation (#16158)
Kitson Kelly
2022-10-21
feat(unstable/npm): initial type checking of npm specifiers (#16332)
David Sherret
2022-10-20
fix(lsp): allow caching deps in non-saved files (#16353)
David Sherret
2022-10-16
feat: support inlay hints (#16287)
Kitson Kelly
2022-10-14
fix(lsp): properly handle snippets on completions (#16274)
Kitson Kelly
[next]