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-05-04
fix(lsp): handle multiline semantic tokens (#23691)
Nayeem Rahman
2024-05-03
fix(lsp): always cache all npm packages (#23679)
David Sherret
2024-05-03
refactor(lsp): cleanup cache and module registry update (#23620)
Nayeem Rahman
2024-05-01
fix(lsp): Catch cancellation exceptions thrown by TSC, stop waiting for TS re...
Nathan Whitaker
2024-05-01
Revert "refactor(lsp): move fields from Documents to LspResolver" (#23626)
Divy Srivastava
2024-05-01
chore(lsp): revert import map pre-resolution for jsxImportSource (#23619)
Nayeem Rahman
2024-04-30
feat(cli): add support for jsxImportSourceTypes (#23419)
Luca Casonato
2024-04-30
docs: fix some typos in comments (#23520)
findmyhappy
2024-04-30
refactor(lsp): move fields from Documents to LspResolver (#23585)
Nayeem Rahman
2024-04-29
FUTURE: remove import assertions support for JavaScript (#23541)
Kenta Moriuchi
2024-04-27
chore(lsp): remove ConfigSnapshot (#23579)
Nayeem Rahman
2024-04-26
refactor(lsp): unify resolver types into LspResolver (#23514)
Nayeem Rahman
2024-04-24
feat(jsr): support importing from jsr via HTTPS specifiers (except for type c...
David Sherret
2024-04-24
fix(lsp): inherit missing fmt and lint config from parent scopes (#23547)
Nayeem Rahman
2024-04-24
chore(lsp): Print out stack trace if exception occurs in TS request (#23543)
Nathan Whitaker
2024-04-23
fix(lsp): Fix logic for coalescing pending changes + clear script names cache...
Nathan Whitaker
2024-04-23
perf(lsp): Call `serverRequest` via V8 instead of via `executeScript` (#23409)
Nathan Whitaker
2024-04-22
refactor(lsp): use CliGraphResolver in documents params (#23499)
Nayeem Rahman
2024-04-22
fix(lsp): remove Document::open_data on close (#23483)
Nayeem Rahman
2024-04-22
perf(lsp): Batch "$projectChanged" notification in with the next JS request (...
Nathan Whitaker
2024-04-20
perf(lsp): Pass code action trigger kind to TSC (#23466)
Nathan Whitaker
2024-04-20
perf(lsp): only store parsed sources for open documents (#23454)
Nayeem Rahman
2024-04-19
perf(lsp): Avoid passing struct into op_resolve (#23452)
Nathan Whitaker
2024-04-19
refactor: move redirect handling into deno_graph (#23444)
David Sherret
2024-04-19
perf(lsp): cleanup document dependencies (#23426)
Nayeem Rahman
2024-04-17
perf(lsp): release unused documents (#23398)
Nayeem Rahman
2024-04-17
perf: v8 code cache (#23081)
Igor Zinkovsky
2024-04-16
fix(lsp): slice strings by byte index in code actions (#23387)
Nayeem Rahman
2024-04-15
fix(lsp): improved cjs tracking (#23374)
David Sherret
2024-04-15
fix(lsp): ensure project version is incremented when config changes (#23366)
David Sherret
2024-04-14
refactor(lsp): use fallback resolution in op_resolve() (#23329)
Nayeem Rahman
2024-04-12
perf(lsp): Only deserialize response from `op_respond` once (#23349)
Nathan Whitaker
2024-04-12
chore: upgrade deno_core to 0.274.0 (#23344)
Divy Srivastava
2024-04-12
chore: remove repetitive words (#23341)
youngwendy
2024-04-12
fix(inspector): don't panic if port is not free (#22745)
Bartek IwaĆczuk
2024-04-11
perf(lsp): use a stub module in tsc for failed resolutions (#23313)
Nayeem Rahman
2024-04-11
fix(lsp): Denormalize specifiers before calling `$projectChanged` (#23322)
Nathan Whitaker
2024-04-10
perf(lsp): Only evict caches on JS side when things actually change (#23293)
Nathan Whitaker
2024-04-10
refactor(lsp): cleanup documents dependents calculation (#23295)
Nayeem Rahman
2024-04-09
perf(lsp): More granular locking of `FileSystemDocuments` (#23291)
Nathan Whitaker
2024-04-08
perf(lsp): don't pass remote modules as tsc roots (#23259)
Nayeem Rahman
2024-04-06
refactor(lsp): remove DocumentInner (#23251)
Nayeem Rahman
2024-04-05
perf(lsp): use lockfile to reduce npm pkg resolution time (#23247)
David Sherret
2024-04-05
fix(lsp): respect DENO_FUTURE for BYONM config (#23207)
Nayeem Rahman
2024-04-04
perf(lsp): don't keep remote module ast's in memory (#23230)
Nayeem Rahman
2024-04-02
fix(lsp): Remove client-facing format failure warning (#23196)
Nathan Whitaker
2024-04-02
feat(lsp): respect nested deno.json for fmt and lint config (#23159)
Nayeem Rahman
2024-03-31
fix(lsp): don't apply preload limit to workspace walk (#23123)
Nayeem Rahman
2024-03-31
chore(lsp): remove recursion in recurse_dependents (#23153)
David Sherret
2024-03-27
feat(task): Task description in the form of comments (#23101)
Nathan Whitaker
[next]