godotengine / godotengine/godot-csharp-vscode
[MAC] VScode CSharp has no code prompt
Open
bug
- Dominant language
- TypeScript
- Stars
- 165
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
In the MAC operating system, vscode cannot display the intelligent message properly. Add the following two lines in the vscode configuration file to configure the mono compiler path
```
"omnisharp.useGlobalMono": "always",
"omnisharp.monoPath": "/Library/Frameworks/Mono.framework/Versions/Current"
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.