未验证 提交 58c4826a 编写于 作者: J Joe Previte

fix: add VSCODE_DEV=1 to e2e script

I'm not sure what changed in the latest version but without setting
VSCODE_DEV=1, code-server won't load. This fixes that.
上级 21d56f9a
......@@ -44,7 +44,10 @@ main() {
fi
cd test
yarn playwright test "$@"
# NOTE@jsjoeio
# 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 "$@"
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册