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-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-10-21
fix(lsp): import-map-remap quickfix for type imports (#26454)
Nayeem Rahman
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
2024-09-28
refactor: extract out sloppy imports resolution from CLI crate (#25920)
David Sherret
2024-09-11
fix(lsp): encode url parts before parsing as uri (#25509)
Nayeem Rahman
2024-08-28
fix(lsp): panic on url_to_uri() (#25238)
Nayeem Rahman
2024-08-24
refactor(lsp): changes for lsp_types 0.97.0 (#25169)
Nayeem Rahman
2024-08-21
chore(lsp): use 'install' terminology for jsr and npm packages (#25119)
Nayeem Rahman
2024-08-12
fix(lsp): directly use file referrer when loading document (#24997)
Nayeem Rahman
2024-08-02
docs: fix typos (#24820)
Andreas Deininger
2024-07-25
fix(unstable): move sloppy-import warnings to lint rule (#24710)
David Sherret
2024-07-24
fix: update lsp error message of 'relative import path' to 'use deno add' for...
HasanAlrimawi
2024-07-19
refactor: update to deno_config 0.25 (#24645)
David Sherret
2024-07-18
fix(lsp): support npm workspaces and fix some resolution issues (#24627)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-06-26
refactor: bump deno_graph to 0.79 (#24337)
David Sherret
2024-06-17
feat(lsp): multi deno.json resolver scopes (#24206)
Nayeem Rahman
2024-06-13
perf(lsp): store settings in Arc (#24191)
Nayeem Rahman
2024-06-05
fix: better handling of npm resolution occurring on workers (#24094)
David Sherret
2024-05-30
feat(lint): add `no-boolean-literal-for-arguments` rule and enable `no-unused...
Luca Casonato
2024-05-29
perf(lsp): lock out requests until init is complete (#23998)
Nayeem Rahman
2024-05-23
refactor(lsp): determine file referrer for each document (#23867)
Nayeem Rahman
2024-05-13
refactor(lsp): reuse CliGraphResolverOptions::sloppy_imports_resolver (#23764)
Nayeem Rahman
2024-05-09
refactor(lsp): unify caching into LspCache (#23746)
Nayeem Rahman
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-01
Revert "refactor(lsp): move fields from Documents to LspResolver" (#23626)
Divy Srivastava
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
[next]