mirror of
https://github.com/coder/code-server.git
synced 2026-05-30 10:24:08 +02:00
Revert "fix: add VSCODE_DEV=1 to e2e script"
This reverts commit 58c4826af8.
This commit is contained in:
@@ -44,10 +44,7 @@ main() {
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
cd test
|
cd test
|
||||||
# NOTE@jsjoeio
|
yarn playwright test "$@"
|
||||||
# Something strange is happening after the 1.68 update
|
|
||||||
# VS Code won't load without this set so I'm adding here.
|
|
||||||
VSCODE_DEV=1 yarn playwright test "$@"
|
|
||||||
}
|
}
|
||||||
|
|
||||||
main "$@"
|
main "$@"
|
||||||
|
|||||||
Reference in New Issue
Block a user