Omnisharp troubleshooting
- Sometimes Omnisharp stops working. Here's something you can try to fix it:
- Check that .NET is installed by running
dotnet
in the VS code terminal
- In Unity: Edit > Preferences > External tools > Regenerate Project Files
- In Unity:
Open VS Code with Assets > Open C# Project
- In VS Code: CTRL+SHIFT+P > Omnisharp: Restart Omnisharp
- In VS Code: Add this line inside the curly braces to the configuration file
.vscode/settings.json
:"omnisharp.useModernNet": false
- Marp for VS Code
-
If you want to read these slides inside VS Code
-
After installation, open this .md file from the course repository
-
Click the Open preview to the side button
- GitLens & Git Graph (See Git basics)