Skip to content

JetBrains (Rider): project paths containing spaces are URI-encoded (%20) when creating the project .continue directory on Windows #13134

Description

@antsam23

Summary

When using Continue in JetBrains Rider on Windows, creating or editing the project-specific Continue configuration causes the plugin to create a .continue directory under a URI-encoded filesystem path.
Instead of using the actual project path containing spaces, Continue creates directories where spaces are replaced with %20, resulting in an incorrect location outside the real project directory.

Environment

OS: Windows 11
IDE: JetBrains Rider 2026.2.0.2
Continue: 1.0.67
Project type: Unity/Rider project

Steps to reproduce

  • Create or open a project located at: C:\Unity Projects\My Project
  • Open the project in JetBrains Rider.
  • Use Continue to create or modify the project-specific Continue configuration.
  • Check where the .continue directory is created.

Expected behavior

The project configuration should be created inside the actual project directory:

C:\Unity Projects\My Project\.continue

Actual behavior

Continue creates the directory under a URI-encoded path instead:

C:\Unity%20Projects\My%20Project\.continue

As a result, the configuration is written to an incorrect location.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions