We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80050d0 commit c19223bCopy full SHA for c19223b
scripts/tasks.bash
@@ -56,7 +56,7 @@ function prepend-loader() {
56
# Copy code-server into VS Code then build it.
57
function build-code-server() {
58
copy-server
59
- yarn gulp compile-build --max-old-space-size=32384
+ cd "${sourcePath}" && yarn gulp compile-build --max-old-space-size=32384
60
61
local min=""
62
if [[ -n "${minify}" ]] ; then
0 commit comments