epicweb-dev / epicshop

The workshop app for all workshops on EpicWeb.dev
https://www.epicweb.dev
Other
194 stars 31 forks source link

Windows does not open files directly from the workshop #216

Open pesogrone opened 2 weeks ago

pesogrone commented 2 weeks ago

Everytime when trying to open a file from the workshop, there is a error that pop out, in the terminal and chrome. Launch Editor Error Could not open 'index.html' from: 'playground' in the editor. When running on Windows, file names are checked against a whitelist to protect against remote code execution attacks. File names may consist only of alphanumeric characters (all languages), periods, dashes, slashes, and underscores. image image

kentcdodds commented 2 weeks ago

Could you please tell me what the full path to the workshop repository is for you? This is most likely the problem. I should make the error message better. The solution will likely be to rename a directory which has an unsafe character in it.