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
fix: Disable Windows Defender on agent binary (coder#1095)
Windows (reasonably) detected our CLI as a virus due to the name
being "sshd" for VS Code support. See:
microsoft/vscode-remote-release#5699
This disables monitoring for our binary prior to run, which
fixes our Windows example.
0 commit comments