I have a problem with missing intellisense when vscode is launched from unity.
I’m on MacOS with unity, vscode and dotnet installed on external drive.
I have the path for dotnet added in my .zshrc
export PATH="$PATH:/Volumes/T7_SSD/usr/local/share/dotnet/dotnet"
And intellisense is working correct when I open vscode from the terminal. However, when I open it directly from unity, then there is no intellisense. I assume it is related to the install location, but I cant find anywhere to add this setting for ‘external tools’ in unity.
Any suggestions ?