Is it correct that there is no wave line in the error area in VisualCode C#?And how can we show it?

Asked 2 years ago, Updated 2 years ago, 107 views

MacOS 11.1, Code 1.52.1.I'm using it for Unity.
I am using C# in Code, but when I enter it or save the file, there is no wave line in the error area like VisualStudio.
I thought this might be strange, but I thought it might be the same for you.

·First of all, please let me know if this is normal operation.

·Also, please let me know if there is a way to display the error in the C# file, whether it is normal or not.

It's getting messy to make it easier to understand

c# vscode

2022-09-29 22:25

1 Answers

Following Kunif's advice in the comments section, the error indication started to work as follows:

https://romly.com/blog/unity_mac_vscode_dotnet_fail/

·Install Mono Stable Channel for Mac
·Set Use Global Mono to always in VS Code setting

I didn't even know this was intelligence, so I didn't know how to search, thank you.


2022-09-29 22:25

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.