Closed
Description
Current Behavior (bug)
I use Cursor (cursor.sh) as my editor (update: I have the same issue with VS Code), with the Devbox extension installed. When I use the "Devbox: Reopen in Devbox shell environment" command, Cursor closes, but doesn't reopen again.
Expected Behavior (fix)
Cursor closes and reopens.
Additional context
devbox version -v
devbox version -v
Version: 0.8.1
Platform: darwin_arm64
Commit: a0bdff918b3dde5ebcfc488f72df5efdf3426253
Commit Time: 2023-11-07T21:43:27Z
Go Version: go1.21.3
Launcher: 0.2.0
devbox.json
{
"packages": [
"rustup@latest",
"libiconv@latest"
],
"env": {
"PROJECT_DIR": "$PWD"
},
"shell": {
"init_hook": [
"rustup default stable"
],
"scripts": {
"test": [
"echo \"Error: no test specified\" && exit 1"
]
}
}
}