Search Issue Tracker
Not Reproducible
Votes
2
Found in
2017.3.0p2
Issue ID
992180
Regression
No
[Linux Editor] External editor arguments field is missing for Visual Studio Code
Steps to reproduce:
1. Install Visual Studio Code for Ubuntu (https://code.visualstudio.com/download)
2. Create an empty project in Unity
3. Set Visual Studio code as the default editor under Edit->Preferences->External Editors
4. Notice that the field for External Script Editor Arguments does not appear
Note: It is stated in https://code.visualstudio.com/docs/other/unity that "Unity has built-in support for opening scripts in Visual Studio Code as an external script editor on Windows and macOS. Unity will detect when Visual Studio Code is selected as an external script editor and pass the correct arguments to it when opening scripts from Unity", however it does not on Linux and users are not allowed to enter the correct arguments themselves.
Reproduced on: 2017.3.0b1, 2017.3.0f1, 2017.3.0p2
Comments (3)
-
howzitcal
May 19, 2019 03:25
Hey Guys, using Unity 2018.2.7f1 on Ubuntu 18.04.
Seems that if you select the monodevelop binary from /usr/bin/ it removes that ability for you to add the file arg.
However I just selected Atom as my default editor and the file args field has re appeared...
So short/long term solution is to use VSCode or Atom instead of MonoDevelop as the default editor of C# scripts.
-
Sneirox
Jan 20, 2019 14:36
The same bug on Unity 2018.3.0f2
-
Sneirox
Jan 20, 2019 14:35
The same bug on Unity 2018.3.0f2
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Certain textures are incorrectly marked in the render pass list when observed through Render Graph Viewer
- "Assertion failed on expression" error occurs when multiple Animation Components are instantiated after changing the Culling Type
- MacOS persistentDataPath uses old path when built compared to Editor Play mode
- Crash on RaiseException when entering Play Mode in a specific project
- Debug Console does not reappear when disabling and re-enabling Debug.developerConsoleEnabled
Resolution Note:
Appears to be working well with VSCode in the latest 19.1. Missing args in settings window is by design.