Search Issue Tracker
Fixed in 1.0.4
Votes
0
Found in [Package]
1.0.3
Issue ID
1149924
Regression
No
[MacOS][VSCode] Visual Studio Code package throws error on opening scripts
Reproduction steps:
1. Open "VSCodeWrong.zip" project
2. Make sure that Visual Studio (Community) or Visual Studio Code is selected as the External Script Editor
3. Double Click the "NewBehaviourScript"
4. Notice Errors in the Console
Expected Result: No errors
Reproduced with: 2019.3.0a1, 2019.2.0a14, 2019.2.0a12
Did not reproduce on: 2019.2.0a11, 2019.1.1f1 (Only implemented from 2019.2.0a12)
Note:
Does not reproduce on Windows
Tested on MacOS 10.14.4
Errors:
Visual Studio Code:
"Exception thrown while invoking [OnOpenAssetAttribute] method 'Unity.CodeEditor.CodeEditor:OnOpenAsset (int,int,int)' : Win32Exception: Cannot find the specified file"
"Win32Exception: Cannot find the specified file"
Visual Studio Community:
"Exception thrown while invoking [OnOpenAssetAttribute] method 'Unity.CodeEditor.CodeEditor:OnOpenAsset (int,int,int)' : Win32Exception"
"Win32Exception: ApplicationName='/Users/qa/Desktop/case_1149924-VSCodeWrong/Library/PackageCache/com.unity.ide.visualstudio@1.0.4/Editor/COMIntegration/Debug/COMIntegration.exe',"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Crash on ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment