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
/
language_server.rs
Age
Commit message (
Expand
)
Author
2024-11-19
feat(fmt): support SQL (#26750)
João Baptista
2024-11-18
fix(lsp): ignore editor indent settings if deno.json is present (#26912)
Nayeem Rahman
2024-11-16
feat(task): support object notation, remove support for JSDocs (#26886)
Bartek Iwańczuk
2024-11-15
feat(lsp): auto-imports with @deno-types directives (#26821)
Nayeem Rahman
2024-11-13
feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....
David Sherret
2024-11-06
feat(lsp): auto-import completions from byonm dependencies (#26680)
Nayeem Rahman
2024-11-04
perf(lsp): don't walk coverage directory (#26715)
Nayeem Rahman
2024-11-01
fix: improved support for cjs and cts modules (#26558)
David Sherret
2024-10-31
fix(lsp): include unstable features from editor settings (#26655)
Nayeem Rahman
2024-10-21
feat(lsp): interactive inlay hints (#26382)
Nayeem Rahman
2024-10-16
Reland feat(lsp): deno/didRefreshDenoConfigurationTree notifications (#26325)
Nayeem Rahman
2024-10-16
Revert "feat(lsp): "deno/didRefreshDenoConfigurationTree" notificatio… (#26...
Bartek Iwańczuk
2024-10-16
feat(lsp): "deno/didRefreshDenoConfigurationTree" notifications (#26215)
Nayeem Rahman
2024-10-07
fix(lsp): exclude missing import quick fixes with bad resolutions (#26025)
Nayeem Rahman
2024-10-02
feat(byonm): support `deno run npm:<package>` when package is not in package....
David Sherret
2024-10-01
feat(lsp): quick fix for @deno-types="npm:@types/*" (#25954)
Nayeem Rahman
2024-09-28
refactor: use deno_path_util (#25918)
David Sherret
2024-09-26
fix(doc): surface graph errors as warnings (#25888)
David Sherret
2024-09-26
feat: add `--allow-import` flag (#25469)
Bartek Iwańczuk
2024-09-25
fix(check): properly surface dependency errors in types file of js file (#25860)
David Sherret
2024-09-23
feat(fmt): stabilize CSS, HTML and YAML formatters (#25753)
Bartek Iwańczuk
2024-09-18
feat: suggest `deno install --entrypoint` instead of `deno cache` (#25228)
Asher Gomez
2024-09-18
feat: default to TS for file extension and support ext flag in more scenarios...
Leo Kettmeir
2024-09-18
fix: do not panic running invalid file specifier (#25530)
Yazan AbdAl-Rahman
2024-09-17
fix(lsp): properly resolve jsxImportSource for caching (#25688)
Nayeem Rahman
2024-09-11
feat(lsp): unstable setting as list (#25552)
Nayeem Rahman
2024-09-04
BREAKING(config): make supported compilerOptions an allow list (#25432)
David Sherret
2024-08-30
BREAKING: `DENO_FUTURE=1` by default, or welcome to Deno 2.0 (#25213)
Bartek Iwańczuk
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
fix(lsp): resolve jsx import source with types mode (#25064)
Nayeem Rahman
2024-08-21
chore(lsp): use 'install' terminology for jsr and npm packages (#25119)
Nayeem Rahman
2024-08-15
refactor: `version` module exports a single const struct (#25014)
Bartek Iwańczuk
2024-08-14
feat(fmt): support HTML, Svelte, Vue, Astro and Angular (#25019)
Pig Fang
2024-08-12
fix(lsp): directly use file referrer when loading document (#24997)
Nayeem Rahman
2024-08-09
feat(fmt): support CSS, SCSS, Sass and Less (#24870)
Pig Fang
2024-08-02
feat(unstable/fmt): move yaml formatting behind unstable flag (#24848)
David Sherret
2024-07-23
fix(upgrade): do not error if config in cwd invalid (#24689)
David Sherret
2024-07-23
refactor: update to use deno_package_json (#24688)
David Sherret
2024-07-23
fix(lsp): rewrite import for 'infer return type' action (#24685)
Nayeem Rahman
2024-07-19
fix(lsp): hang when caching failed (#24651)
David Sherret
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-08
fix(workspace): better cli file argument handling (#24447)
David Sherret
2024-07-05
refactor: move `FileCollector` to deno_config (#24433)
David Sherret
2024-07-04
feat: npm workspace and better Deno workspace support (#24334)
David Sherret
2024-07-03
fix(lsp): correct scope attribution for injected @types/node (#24404)
Nayeem Rahman
2024-06-28
refactor(cli): Create wrapper around `deno_lockfile::Lockfile` (#24366)
Nathan Whitaker
2024-06-28
fix(lsp): don't use global cache paths for scope allocation (#24353)
Nayeem Rahman
2024-06-26
feat(lsp): ts language service scopes (#24345)
Nayeem Rahman
[next]