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
- Editor Perforce login fails when Perforce shows a license expiry warning
- Assertion failed error in HDRP builds when enabling STP via script
- FBX Resamples Curves incorrectly when importing FBX files
- ProBuilder GameObject Faces disappear when increasing the Sides Count value
- FileUtil.CopyFileOrDirectory throws IOException when destination parent folder does not exist
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.