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
/
diagnostics.rs
Age
Commit message (
Expand
)
Author
2024-04-30
refactor(lsp): move fields from Documents to LspResolver (#23585)
Nayeem Rahman
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-15
fix(lsp): ensure project version is incremented when config changes (#23366)
David Sherret
2024-04-12
fix(inspector): don't panic if port is not free (#22745)
Bartek Iwańczuk
2024-04-10
perf(lsp): Only evict caches on JS side when things actually change (#23293)
Nathan Whitaker
2024-04-04
perf(lsp): don't keep remote module ast's in memory (#23230)
Nayeem Rahman
2024-04-02
feat(lsp): respect nested deno.json for fmt and lint config (#23159)
Nayeem Rahman
2024-03-27
feat(task): Task description in the form of comments (#23101)
Nathan Whitaker
2024-03-27
fix(lsp): decoding percent-encoding(non-ASCII) file path correctly (#22582)
Hajime-san
2024-03-26
refactor(lsp): unify config file data into ConfigTree (#23032)
Nayeem Rahman
2024-03-21
feat(lint): `deno lint --fix` and lsp quick fixes (#22615)
David Sherret
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-02-27
fix(unstable): sloppy imports should resolve .d.ts files during types resolut...
David Sherret
2024-02-19
feat(unstable/lint): no-slow-types for JSR packages (#22430)
David Sherret
2024-02-12
feat(lsp): jsr support first pass (#22382)
Nayeem Rahman
2024-02-06
fix(lsp): disable no-cache diagnostics for jsr specifiers (#22284)
Nayeem Rahman
2024-01-18
fix(lsp): regression - formatting was broken on windows (#21972)
David Sherret
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-22
feat(lsp): allow to connect V8 inspector (#21482)
Bartek Iwańczuk
2023-12-08
feat(lsp): provide quick fixes for specifiers that could be resolved sloppily...
David Sherret
2023-12-07
feat: add suggestions to module not found error messages for file urls (#21498)
David Sherret
2023-12-07
feat(unstable): ability to resolve specifiers with no extension, specifiers f...
David Sherret
2023-12-03
perf(lsp): check tsc request cancellation before execution (#21447)
Nayeem Rahman
2023-12-02
chore: update std to 0.208.0 (#21318)
Asher Gomez
2023-12-01
refactor(lsp): log names (#21413)
Bartek Iwańczuk
2023-10-24
perf(lsp): cleanup workspace settings scopes (#20937)
Nayeem Rahman
2023-10-20
feat(unstable): allow bare specifier for builtin node module (#20728)
Yoshiya Hinosawa
2023-10-03
refactor(npm): break up `NpmModuleLoader` and move more methods into the mana...
David Sherret
2023-09-29
refactor(cli): make `CliNpmResolver` a trait (#20732)
David Sherret
2023-09-28
refactor(ext/node): remove dependency on deno_npm and deno_semver (#20718)
David Sherret
2023-09-26
chore: slight cleanup in npm resolvers (#20692)
David Sherret
2023-09-24
feat(lsp): cache all dependencies quick fix (#20665)
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-13
feat(lsp): WorkspaceSettings::disablePaths (#20475)
Nayeem Rahman
2023-09-09
fix(lsp): respect configured exclusions for testing APIs (#20427)
Nayeem Rahman
2023-09-09
Reland "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20423)
Nayeem Rahman
2023-09-08
Revert "refactor(lsp): clean up "enablePaths" handling (#20388)" (#20419)
Nayeem Rahman
2023-09-08
refactor(lsp): clean up "enablePaths" handling (#20388)
Nayeem Rahman
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-01
Reland "feat(lsp): enable via config file detection (#20334)" (#20349)
Nayeem Rahman
2023-09-01
Revert "feat(lsp): enable via config file detection (#20334)" (#20347)
Bartek Iwańczuk
2023-08-31
feat(lsp): enable via config file detection (#20334)
Nayeem Rahman
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-21
refactor: upgrade deno_ast 0.28 and deno_semver 0.4 (#20193)
David Sherret
2023-08-08
refactor: use deno_cache_dir crate (#20092)
David Sherret
[next]