-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Visual Studio Code.edit.py
blows up paths with spaces in them
#79
Comments
Can you provide more information? OS and error log. |
No error log, but OS is Windows 10. But here's essentially what happens: My project is in "C:\Users\username\Documents\Ren'Py Projects\Project Name". Ren'Py SDK is in "C:\Tools\renpy-7.4.11-sdk". I click the link in the Ren'Py Launcher to open script.rpy in my project, and what I get in VS Code are three tabs to non-existent files "C:\Users\username\Documents\Ren'Py", "C:\Tools\renpy-7.4.11-sdk\Projects\Project", and "C:\Tools\renpy-7.4.11-sdk\Name\game\script.rpy" instead of "C:\Users\username\Documents\Ren'Py Projects\Project Name\game\script.rpy". I was able to catch the command line for the Code.exe process with Process Explorer: When using the "Open project" link in Ren'Py Launcher, the process command line is: |
@LuqueDaniel works! |
I'm not sure if this is an issue with the editor script or if it's a problem with Ren'Py itself, but it makes things a bit frustrating when working from the launcher.
The text was updated successfully, but these errors were encountered: