Search Issue Tracker
Fixed in 2018.3.X
Fixed in 2018.2.X
Votes
1
Found in
2018.2.0b2
2018.2.0b4
Issue ID
1037161
Regression
Yes
VS Code opens two empty files in addition to the script file if the project name has a space in it
To reproduce:
1. Create a new project with a space in the name (e.g., "New Project")
2. Create a new script
3. Open the script with VS Code
4. Observe that the editor opens two empty files called New and Project
Expected: the VS Code doesn't open two empty files in addition to the script file
Reproduced in 2018.2.0b2, 2018.2.0b4, 2018.3.0a1
Did not reproduce in 2018.1.1f1, 2018.2.0b1
Regression introduced in 2018.2.0b2
Comments (12)
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
- Inspector elements are rendered twice when the script component is added via drag-and-drop while the HideFlags.HideInInspector property is set
- Error "Light baking failed with error code 5 (Convergence data not available while rendering lightmaps)" thrown in Console when generating lighting for specific GameObjects
- Copy and Paste options for an Animation Property value are disabled in the Right click contextual menu
- Asset is not found when searching the Label "NewLabel" in Search Window
- "Compute dispatch: missing texture ID..." and "Compute dispatch: missing UAV ID..." warnings are thrown after changing the platform in High Definition 3D template
MineyMatt
Jul 16, 2018 22:36
This still happens on 2018.2.0f2 What im seeing is its opening a blank file for every space in the file path to the project.
Example mine is :"G:\Unity Projects\Some Company\Project"
and im getting the following files open
"Unity", "Some", and "Project" and the .cs file i tried to open but it will never go to that file or line only the first blank file it opens. in this case "Unity"
Privateer
Jul 16, 2018 08:39
This is not resolved. I'm using the latest Unity 2018.2 stable and the latest version of VS Code and this is still happening.