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
- Spring Joint shows only one anchor gizmo in Scene view when "Auto Configure Connected Anchor" is enabled
- Crash on _platform_memmove after entering large value in Graphics settings Preloaded Shaders field
- Disproportionally large impact on CPU frame time when writing to a rendering entity's LocalToWorld
- "Constant Force" Component numeric fields drift out of view while entering a really big value in the Inspector
- Scene view camera speed pop-up appears empty or cut off when Scene view is very narrow
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.