`"failed to create stack: failed to run `pulumi version`: exec: \"pulumi\": executable file not found in $PATH"`
I got this error when i run my program through vscode debugger. what is the problem here ?
m
modern-zebra-45309
12/06/2024, 6:25 PM
Presumably the issue is exactly what the error message says 🙂 What does your $PATH look like in the debugger session? Does it contain the
pulumi
executable?
e
echoing-noon-85874
12/06/2024, 7:07 PM
how do i check the vscode debugger path. This is my launch.json
Copy code
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: <https://go.microsoft.com/fwlink/?linkid=830387>
"version": "0.2.0",
"configurations": [
{
"name": "Launch Package",
"type": "go",
"request": "launch",
"mode": "auto",
"program": "${workspaceFolder}/cmd/server",
}
]
}
No matter how you like to participate in developer communities, Pulumi wants to meet you there. If you want to meet other Pulumi users to share use-cases and best practices, contribute code or documentation, see us at an event, or just tell a story about something cool you did with Pulumi, you are part of our community.