diff --git a/.vscode/launch.json b/.vscode/launch.json index bca2593..f4e4c01 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -68,8 +68,10 @@ ], "cwd": "${workspaceFolder}/frontend/vue-app", "console": "integratedTerminal", - "env": { - "PATH": "/opt/homebrew/bin:${env:PATH}" + "osx": { + "env": { + "PATH": "/opt/homebrew/bin:${env:PATH}" + } } } ],