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
- The "Paste Component as New" option is incorrectly displayed as active despite the action being prohibited
- "TLS Allocator ALLOC_TEMP_TLS" errors are thrown when unsuccessfully importing an FBX file
- A memory leak occurs in Play mode when using Direct3D12 Graphics API
- Crash on GfxDeviceD3D12Base::DrawBuffersCommon when rendering 60 real-time lights in the far distance
- Black artifacts appear in the Scene view when moving the mouse with the Scene and Device Simulator windows open
Add comment