summaryrefslogtreecommitdiff
path: root/cli/args/deno_json.rs
AgeCommit message (Collapse)Author
2024-07-19refactor: update to deno_config 0.25 (#24645)David Sherret
- Gets rid of WorkspaceMemberContext. It's now `Workspace` and `WorkspaceDirectory` - Uses the workspace cache in the lsp * https://github.com/denoland/deno_config/pull/95 * https://github.com/denoland/deno_config/pull/96
2024-03-05refactor: move deno json functionality to args module (#22710)David Sherret