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-10-16
fix(lsp): show diagnostics for untitled files (#20916)
Nayeem Rahman
2023-10-13
fix(lsp): don't commit registry completions on "/" (#20902)
Nayeem Rahman
2023-10-12
feat(lsp): send "deno/didChangeDenoConfiguration" notifications (#20827)
Nayeem Rahman
2023-10-10
refactor(lsp): add "deno.reloadImportRegistries" as a command (#20823)
Nayeem Rahman
2023-10-09
fix(lsp): allow formatting vendor files (#20844)
Nayeem Rahman
2023-10-05
fix(lsp): show diagnostics for type imports from untyped deps (#20780)
Nayeem Rahman
2023-09-29
feat(lsp): jupyter notebook analysis (#20719)
Nayeem Rahman
2023-09-27
fix(lsp): allow query strings for "deno:/status.md" (#20697)
Nayeem Rahman
2023-09-26
chore(lsp): bump tower-lsp to 0.20.0 (#20693)
Nayeem Rahman
2023-09-24
feat(lsp): cache all dependencies quick fix (#20665)
Nayeem Rahman
2023-09-24
fix(lsp): resolve remote import maps (#20651)
Nayeem Rahman
2023-09-24
refactor(lsp): implement "deno.cacheOnSave" server-side (#20632)
Nayeem Rahman
2023-09-24
fix(lsp): show related information for tsc diagnostics (#20654)
Nayeem Rahman
2023-09-21
refactor(lsp): store language sections in WorkspaceSettings (#20593)
Nayeem Rahman
2023-09-19
fix(lsp): force correct media type detection from tsc (#20562)
Nayeem Rahman
2023-09-18
fix(lsp): pass quote preference to tsc (#20547)
Nayeem Rahman
2023-09-18
fix(lsp): prefer local auto-import specifiers (#20539)
Nayeem Rahman
2023-09-18
fix(lsp): restore tsc's quick fix ordering (#20545)
Nayeem Rahman
2023-09-17
fix(lsp): sort quickfix actions (#17221)
Bartek Iwańczuk
2023-09-16
feat(lsp): include source in auto import completion label (#20523)
Nayeem Rahman
2023-09-13
feat(lsp): WorkspaceSettings::disablePaths (#20475)
Nayeem Rahman
2023-09-10
fix(lsp): always enable semantic tokens responses (#20440)
Nayeem Rahman
2023-09-09
feat: TypeScript 5.2 (#20425)
David Sherret
2023-09-07
feat: support import attributes (#20342)
David Sherret
2023-09-05
feat(lsp): provide the deno.cache command server-side (#20111)
sigmaSd
2023-09-02
fix(lsp): properly handle disabled configuration requests (#20358)
Nayeem Rahman
2023-08-29
fix(lsp): delete test modules with all tests deleted (#20321)
Nayeem Rahman
2023-08-26
chore: update to Rust 1.72 (#20258)
林炳权
2023-08-26
fix(lsp): implement deno.suggest.completeFunctionCalls (#20214)
Nayeem Rahman
2023-08-25
fix(lsp): test explorer panic on step result (#20289)
Nayeem Rahman
2023-08-17
fix(unstable): disable importing from the vendor directory (#20067)
David Sherret
2023-08-06
feat(unstable): rename `deno_modules` to `vendor` (#20065)
David Sherret
2023-08-02
feat(unstable/lsp): support navigating to deno_modules folder (#20030)
David Sherret
2023-08-02
feat(unstable): optional `deno_modules` directory (#19977)
David Sherret
2023-07-31
chore: make LSP test less prone to changes (#20003)
Bartek Iwańczuk
2023-07-31
feat(bench): add BenchContext::start() and BenchContext::end() (#18734)
Nayeem Rahman
2023-07-26
fix(lsp): handle import mapped `node:` specifier (#19956)
David Sherret
2023-07-21
fix(lsp): handle watched files events from symlinked config files (#19898)
David Sherret
2023-07-20
fix(lsp): auto-discover deno.json in more cases (#19894)
David Sherret
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
[next]