Search Issue Tracker
Won't Fix
Votes
0
Found in
5.5.0b7
Issue ID
843980
Regression
No
VSCode is not showing C# errors when project has some standard assets scripts
Steps to reproduce:
with attached project
1. Open attached project "vscode_bug.zip"
2. Open Edit -> Preferences and set Visual Studio Code as external code editor
3. Open "ErrorExample" script
newly created project
1. Create a new project
2. Download and import "Standard Assets" pack from Asset Store (import only scripts)
3. Create a new C# script
4. Open Edit -> Preferences and set Visual Studio Code as external code editor
5. Open new C# script and produce a compiler error
Result: Produced error(y = 0) isn't recognized as an error. Alternatively make another error (eg. "adf - 1;"). You can see that those errors are shown during re-compilation progress, however after script re-compiles errors disappear. (watch attached gif)
Reproduced with: 5.3.6p8, 5.4.2p1, 5.5.0b9
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
- Details are not shown when Error Message is still selected after changing Log Entry Count in the Console
- Disabling Unity VCS in Project Settings unfocuses the Project Settings Window
Add comment