You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's like #79 but for the "Run: Renpy: Run project" command (the one we try to make work in #115)
Repro
Create Renpy project in a path with space (e.g. make the project folder contain 2 words "Two Words")
Open the Renpy folder in VS code
Setup Settings > Renpy > Renpy Executable Location if not already done
Open palette and run the command: "Run: Renpy: Run project"
Expected: the game runs
Actual: the project path is read until the first space, breaking the path and preventing game launch
user@Computer:~/Projects/Renpy/Two Words$ /home/user/.local/bin/renpy.sh /home/user/Projects/Renpy/Two Words
Base directory '/home/leyn/Projects/Renpy/Two' does not exist. Giving up.
The text was updated successfully, but these errors were encountered:
It's like #79 but for the "Run: Renpy: Run project" command (the one we try to make work in #115)
Repro
Expected: the game runs
Actual: the project path is read until the first space, breaking the path and preventing game launch
The text was updated successfully, but these errors were encountered: