You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When debugging a dotnet core 3.1 project through vscode I get the following error. I've checked that the project files have the correct permissions, have tried running vscode with sudo, and reinstalled vscode without fixing this issue.
Rolling back to the previous version fixed the issue, so this appears to be caused by the latest update.
execvp(3) failed.: Permission denied
The terminal process "dotnet 'build', '/Users/a0793132/Documents/services/broker-service/api/BrokerService.API/BrokerService.API.csproj', '/property:GenerateFullPaths=true', '/consoleloggerparameters:NoSummary'" failed to launch (exit code: 1).
VS Code version: Code 1.56.0 (cfa2e21, 2021-05-04T22:06:21.189Z)
OS version: Darwin x64 19.6.0
System Info
Item
Value
CPUs
Intel(R) Core(TM) i9-9880H CPU @ 2.30GHz (16 x 2300)
This issue surfaced for me when updating to Version 1.56.2 (from 1.55). Following the response of @isidorn I tried to downgrade the C# extension (from 1.23.11 to 1.23.8) but that had no effect.
Instead I downgraded vs code to version 1.55.2 and the issue has disappeared (while using the latest C# extension version 1.23.11).
I tried to changing "terminal.integrated.inheritEnv": false to either value without result.
I am using macOS 11.3.1 and my shell is ZSH.
Manually running "dotnet 'build', '/Users/a0793132/Documents/services/broker-service/api/BrokerService.API/BrokerService.API.csproj', '/property:GenerateFullPaths=true', '/consoleloggerparameters:NoSummary'" in the shell doesn't cause a problem. Not sure how to test execvp manually.
Issue Type: Bug
When debugging a dotnet core 3.1 project through vscode I get the following error. I've checked that the project files have the correct permissions, have tried running vscode with sudo, and reinstalled vscode without fixing this issue.
Rolling back to the previous version fixed the issue, so this appears to be caused by the latest update.
VS Code version: Code 1.56.0 (cfa2e21, 2021-05-04T22:06:21.189Z)
OS version: Darwin x64 19.6.0
System Info
gpu_compositing: enabled
metal: disabled_off
multiple_raster_threads: enabled_on
oop_rasterization: enabled
opengl: enabled_on
rasterization: enabled
skia_renderer: disabled_off_ok
video_decode: enabled
webgl: enabled
webgl2: enabled
Extensions (3)
(1 theme extensions excluded)
The text was updated successfully, but these errors were encountered: