summaryrefslogtreecommitdiff
path: root/cli/lsp
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-15perf: use available system memory for v8 isolate memory limit (#26868)Bartek Iwańczuk
2024-11-14refactor(resolver): move more resolution code into deno_resolver (#26873)David Sherret
2024-11-14fix: otel resiliency (#26857)snek
2024-11-13feat(node): stabilize detecting if CJS via `"type": "commonjs"` in a package....David Sherret
2024-11-12fix(lsp): skip code action edits that can't be converted (#26831)Nayeem Rahman
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-25fix(lsp): make missing import action fix infallible (#26539)Nayeem Rahman
2024-10-25feat(lsp): "typescript.preferences.preferTypeOnlyAutoImports" setting (#26546)Nayeem Rahman
2024-10-24fix: `.npmrc` settings not being passed to install/add command (#26473)Marvin Hagemeister
2024-10-21fix(lsp): import-map-remap quickfix for type imports (#26454)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-15chore: upgrade to rust 1.81.0 (#26261)林炳权
2024-10-11fix(lsp): relative completions for bare import-mapped specifiers (#26137)Nayeem Rahman
2024-10-08refactor: remove usage of full_range (#26065)David Sherret
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-10-01BREAKING: rename "deps" remote cache folder to "remote" (#25969)David Sherret
2024-09-30refactor: move ByonmNpmResolver to deno_resolver (#25937)David Sherret
2024-09-28refactor: extract out sloppy imports resolution from CLI crate (#25920)David Sherret
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-23BREAKING: remove support for remote import maps in deno.json (#25836)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-18feat(check): turn on noImplicitOverride (#25695)Bartek Iwańczuk
2024-09-17feat(cli): evaluate code snippets in JSDoc and markdown (#25220)Yusuke Tanaka
2024-09-17fix(lsp): properly resolve jsxImportSource for caching (#25688)Nayeem Rahman
2024-09-17feat(lsp): auto-import types with 'import type' (#25662)Nayeem Rahman
2024-09-16refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)David Sherret
2024-09-14feat: TypeScript 5.6 and `npm:@types/node@22` (#25614)David Sherret
2024-09-11fix(lsp): encode url parts before parsing as uri (#25509)Nayeem Rahman
2024-09-11feat(lsp): unstable setting as list (#25552)Nayeem Rahman
2024-09-06feat(lsp): turn on useUnknownInCatchVariables (#25474)Kenta Moriuchi
2024-09-05BREAKING: remove "emit" and "map" from deno info output (#25468)David Sherret
2024-09-04BREAKING(config): make supported compilerOptions an allow list (#25432)David Sherret