Closed
Description
Describe the bug
Using a path that includes &
(maybe spaces too) causes the app to not be able to open files and leaves a blank editor.
To Reproduce
Steps to reproduce the behavior:
- Create a project with a path like
D:\pro\R&D
as the containing folder (any project name will work) - Choose any template
- The editor will be empty and shows ENOENT errors in the console (e.g.
no such file or directory, scandir D:\pro\R
)
Expected behavior
Expects to open up just like any path that doesn't contain &
.
Environment (please complete the following information):
- OS: Windows 10
- App Version: v3.0.3
Additional context
Add any other context about the problem here.