Skip to content

Run: Renpy: Run project command doesn't support space in project path #388

@hsandt

Description

@hsandt

It's like #79 but for the "Run: Renpy: Run project" command (the one we try to make work in #115)

Repro

  1. Create Renpy project in a path with space (e.g. make the project folder contain 2 words "Two Words")
  2. Open the Renpy folder in VS code
  3. Setup Settings > Renpy > Renpy Executable Location if not already done
  4. 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

No one assigned

    Labels

    bugSomething isn't workinggood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions