Age | Commit message (Collapse) | Author |
|
This PR optionally runs pre and posts tasks from `package.json` if
available.
Fixes #19157
|
|
Closes https://github.com/denoland/vscode_deno/issues/797
Closes https://github.com/denoland/deno/issues/11190
Closes https://github.com/denoland/vscode_deno/issues/811
Closes https://github.com/denoland/vscode_deno/issues/761
Closes https://github.com/denoland/vscode_deno/issues/585
Closes https://github.com/denoland/vscode_deno/issues/561
Closes https://github.com/denoland/vscode_deno/issues/410
|
|
1. Rewrites the tests to be more back and forth rather than getting the
output all at once (which I believe was causing the hangs on linux and
maybe mac)
2. Runs the pty tests on the linux ci.
3. Fixes a bunch of tests that were just wrong.
4. Adds timeouts on the pty tests.
|
|
This is a super basic initial implementation. We don't create a
`node_modules/.bin` folder at the moment and add it to the PATH like we
should which is necessary to make command name resolution in the
subprocess work properly (ex. you run a script that launches another
script that then tries to launch an "npx command"... this won't work
atm).
Closes #17492
|
|
Effectively reverts changes done in
https://github.com/denoland/deno/pull/16816
|
|
|
|
Closes #16792
|
|
|
|
(#15257)
|
|
|
|
|
|
|
|
|
|
Logs task name and associated script with additional args.
This is disabled if "--quiet/-q" flag is present.
|
|
Co-authored-by: David Sherret <dsherret@gmail.com>
|