Hi. I'm using free-vscode-csharp v2.61.28 with Windsurf and Cursor.
It works fine on my Intel Mac.
But on my Silicon Mac under Sequoia 15.3.1, it launches the code, displays everything but not thread, variable or so appear.
Using ps -ef I can see that dotnet is launched with my dll but stopped: even with an invalid path, it stays there, displaying no error.
I have to kill -9 it.
Help?
Hi. I'm using free-vscode-csharp v2.61.28 with Windsurf and Cursor.
It works fine on my Intel Mac.
But on my Silicon Mac under Sequoia 15.3.1, it launches the code, displays everything but not thread, variable or so appear.
Using
ps -efI can see thatdotnetis launched with my dll but stopped: even with an invalid path, it stays there, displaying no error.I have to
kill -9it.Help?