1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-26 16:09:27 -05:00
denoland-deno/cli/tests
David Sherret 235fdc243f
fix(lsp): auto-discover deno.json in more cases (#19894)
We weren't auto-discovering the deno.json in two cases:

1. A project that didn't have a deno.json and just added one.
2. After a syntax error in the deno.json.

This now rediscovers it in both these cases.

Closes https://github.com/denoland/vscode_deno/issues/867
2023-07-20 14:05:52 -04:00
..
integration fix(lsp): auto-discover deno.json in more cases (#19894) 2023-07-20 14:05:52 -04:00
node_compat feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
testdata feat(ext/node): properly segregate node globals (#19307) 2023-07-19 10:30:04 +02:00
unit fix(runtime): print process name in case of spawn error (#19855) 2023-07-19 01:24:30 +02:00
unit_node fix(node/http): call callback after request is sent (#19871) 2023-07-19 01:30:19 +02:00
integration_tests.rs tests: move integration tests to a single module (#17380) 2023-01-13 02:59:13 +01:00