Visual Studio Code Intellisense doesn't work on macOS #3171
-
Hello, I am seeing the following error in OmniSharp log:
I am not sure why it searches for Cake in the current directory, as I have installed Cake via This is my current setup:
I also have Visual Studio for Mac / Mono / Xamarin installed. I have created an empty directory and ran the following commands from Visual Studio Code:
The same steps on a different macOS Big Sur machine works, so I'm pretty sure it's something wrong with my specific setup, but unfortunately I'm not sure what to try any more. Thank you, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 5 replies
-
I have a similar issue on my Mac and I suspect it's related to the VS Code extension for Cake assuming that the In the meantime, @bjorkstromm provided me with a workaround that I've been able to use for all my projects, and you might want to try it out: From VS Code:
|
Beta Was this translation helpful? Give feedback.
I have a similar issue on my Mac and I suspect it's related to the VS Code extension for Cake assuming that the
dotnet-cake
tool should be available in the path (and it seems it is when I run on the terminal), but something on my setup is causingdotnet-cake
not to be available in the path when the VS Code extension for Cake tries to run it, at least. It needs more investigation.In the meantime, @bjorkstromm provided me with a workaround that I've been able to use for all my projects, and you might want to try it out:
From VS Code:
command
+shift
+p
on Mac) or (ctrl
+shift
+p
on Windows)