Skip to content

Codex App and VSCode extension + Mise paths #17567

@kodi

Description

@kodi

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingextensionIssues related to the VS Code extensiontool-callsIssues related to tool calling

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions