Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jpawlowski committed Aug 5, 2024
1 parent 4c63fb5 commit 43f7af4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@

// 👇 Set environment variables for VS Code and related sub-processes (terminals, tasks, debugging, etc.)
"remoteEnv": {
"PATH": "${containerEnv:PATH}:${containerEnv:HOME}/.local/bin:${containerWorkspaceFolder}/Scripts",
"PATH": "${containerEnv:PATH}:${localEnv:HOME}/.local/bin:${containerWorkspaceFolder}/Scripts",
"PSModulePath": "${containerWorkspaceFolder}/Modules"
}
}

0 comments on commit 43f7af4

Please sign in to comment.