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