What version of the IDE extension are you using?
26.409.20454
What subscription do you have?
Pro
Which IDE are you using?
VS Code
What platform is your computer?
osx
What issue are you seeing?
When having mise activation in ~/.zshrc extension and app fail this query:
Run following commands:
which pnpm
echo $DATABASE_URL
(pnpm is instaled via mise tools, .env is loaded from mise, all this is scoped to a single project)
Moving mise eval thingy to ~/.zprofile fixed it
What steps can reproduce the bug?
Have this or similar mise toml in a single project:
[env]
_.file = '.env'
[tools]
node = "25"
pnpm = "10"
run mise install, tell agent to run which pnpm or to echo an env var from .env
It failed until i moved it to .zprofile
What is the expected behavior?
It can resolve paths or env vars scoped to a folder
Additional information
Moving mise eval thingy to ~/.zprofile fixed it
What version of the IDE extension are you using?
26.409.20454
What subscription do you have?
Pro
Which IDE are you using?
VS Code
What platform is your computer?
osx
What issue are you seeing?
When having mise activation in ~/.zshrc extension and app fail this query:
(pnpm is instaled via mise tools, .env is loaded from mise, all this is scoped to a single project)
Moving mise eval thingy to
~/.zprofilefixed itWhat steps can reproduce the bug?
Have this or similar mise toml in a single project:
run
mise install, tell agent to runwhich pnpmor to echo an env var from.envIt failed until i moved it to .zprofile
What is the expected behavior?
It can resolve paths or env vars scoped to a folder
Additional information
Moving mise eval thingy to
~/.zprofilefixed it