code-server-2/ci/dev
Asher c3eb9b800e
Remove excessive reloading before VS Code is ready (#4589)
The watch script was reloading the web server after every extension
compilation which is not necessary plus VS Code will not even be ready
at that point anyway.

Instead restart when the main compilation is finished.  The string to
match with includes a "with" because otherwise it would match "Finished
compilation extensions" which is not the main compilation task where we
actually need to restart the web server.

I also replaced this.log with console.log because the former does not
include a newline and it appears we want newlines with all
these (otherwise the next log starts on the same line which looks odd).

I removed the cache clean as well because the cache is meant to stay
there to speed up builds.
2021-12-07 17:38:03 -06:00
..
audit.sh feat(ci): add audit job for security 2021-04-06 11:06:04 -07:00
ci.sh feat(ci): add audit job for security 2021-04-06 11:06:04 -07:00
fmt.sh Add vscode via vendor package. 2021-09-15 14:54:33 -04:00
gen_icons.sh chore(deps-dev): bump prettier-plugin-sh from 0.6.1 to 0.7.1 (#3680) 2021-06-28 22:06:55 +05:30
lint.sh Add vscode via vendor package. 2021-09-15 14:54:33 -04:00
postinstall.sh Use frozen lockfile for test dependencies in CI (#4442) 2021-11-04 11:39:27 -05:00
test-e2e.sh fix(testing): revert change & fix playwright tests (#4310) 2021-10-28 15:27:17 -05:00
test-scripts.sh Add installer unit tests 2021-07-13 12:22:00 -05:00
test-unit.sh fix(testing): revert change & fix playwright tests (#4310) 2021-10-28 15:27:17 -05:00
watch.ts Remove excessive reloading before VS Code is ready (#4589) 2021-12-07 17:38:03 -06:00