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
The code part to be fixed in VS Code is here: instead of doing an exist we should stat and check whether it is a directory or a file. Only if it is a file we should return.
The commit fixed one issue which I easily reproduced and verified on Windows, but it appears to be different than the one that the user is running into (see dotnet/vscode-csharp#3372 (comment))
See dotnet/vscode-csharp#3372 for a full explanation on what the underlying problem is.
The code part to be fixed in VS Code is here: instead of doing an exist we should stat and check whether it is a directory or a file. Only if it is a file we should return.
https://github.com/Microsoft/vscode/blob/master/src/vs/base/node/processes.ts#L467
The text was updated successfully, but these errors were encountered: