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-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-06-03
refactor: don't share `reqwest::HttpClient` across tokio runtimes (#24092)
David Sherret
2024-06-03
fix(lsp): complete exports for import mapped jsr specifiers (#24054)
Nayeem Rahman
2024-05-30
feat(lsp): support .npmrc (#24042)
Nayeem Rahman
2024-05-30
feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused...
Luca Casonato
2024-05-29
perf(repl): don't walk workspace in repl language server (#24037)
Nayeem Rahman
2024-05-29
fix: bump cache sqlite dbs to v2 for WAL journal mode change (#24030)
David Sherret
2024-05-29
fix(lsp): don't discover deno.json in vendor dir (#24032)
Nayeem Rahman
2024-05-28
chore: set lockfile as having no content changes after write (#24023)
David Sherret
2024-05-29
perf(lsp): lock out requests until init is complete (#23998)
Nayeem Rahman
2024-05-28
feat(vendor): support modifying remote files in vendor folder without checksu...
David Sherret
2024-05-23
FUTURE: initial support for .npmrc file (#23560)
Bartek IwaĆczuk
2024-05-23
refactor(lsp): determine file referrer for each document (#23867)
Nayeem Rahman
2024-05-22
fix(lsp): process Fenced Code Block in JSDoc on `completion` correctly (#23822)
Hajime-san
2024-05-22
feat(cli): Add slow test warning (#23874)
Matt Mastracci
2024-05-21
fix(lsp): Fix display of JSDoc named examples (#23927)
Nathan Whitaker
2024-05-21
fix(lsp): apply import fix to missing declaration code action (#23924)
Nayeem Rahman
2024-05-21
fix(cli): use CliNodeResolver::resolve() for managed node_modules (#23902)
Nayeem Rahman
2024-05-16
fix(lsp): respect types dependencies for tsc roots (#23825)
Nayeem Rahman
2024-05-16
fix(node): seperate worker module cache (#23634)
Divy Srivastava
2024-05-15
perf(lsp): Cache semantic tokens for open documents (#23799)
Nathan Whitaker
2024-05-14
fix(lsp): show reference code lens on methods (#23804)
Nayeem Rahman
2024-05-13
refactor(lsp): reuse CliGraphResolverOptions::sloppy_imports_resolver (#23764)
Nayeem Rahman
2024-05-09
refactor(lsp): Have JS drive TSC event loop in LSP (#23565)
Nathan Whitaker
2024-05-09
refactor(lsp): unify caching into LspCache (#23746)
Nayeem Rahman
2024-05-09
fix(lsp): completions for using decl identifiers (#23748)
David Sherret
2024-05-09
fix(lsp): move sloppy import resolution from loader to resolver (#23751)
Nathan Whitaker
2024-05-08
refactor(lsp): cleanup partially locking methods (#23723)
Nayeem Rahman
2024-05-07
refactor(lsp): reland move resolver fields to LspResolver (#23685)
Nayeem Rahman
2024-05-06
fix(lsp): Pass diagnostic codes to TSC as numbers (#23720)
Nathan Whitaker
2024-05-06
fix(compile): relative permissions should be retained as relative (#23719)
David Sherret
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
[next]