-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers
Description
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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomers