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
If you are able to run Vicinae on your system, you should use the "Report bug" command to create a new issue as it will auto fill version and system information for you (since v0.6.1).
You can automatically run it using: vicinae vicinae://launch/core/report-bug
System information
Windows 11 25H2 (OS Build 26200.8875)
Vicinae version 0.24.0 (commit def25a3) (MSVC 19.44.35228.0 - Release)
Describe the bug
A clear and concise description of what the bug is.
Vicinae appends a / to a path when selecting a directory in Windows. Additionally, Paths use / instead of \ , which is standard on Windows
To Reproduce
Steps to reproduce the behavior:
Choose a directory in settings (I was using the prism launcher extension)
Select the directory.
Expected behavior
A clear and concise description of what you expected to happen.
The path is formatted like C:\Users\example\example and not /C:/Users/example/example
Screenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
I believe this also breaks other Raycast extensions, as the Google Search extension crashes unless "Remember search history" is off. This might be due to the auto-generated path by Vicinae is not valid in Windows.
Warning
If you are able to run Vicinae on your system, you should use the "Report bug" command to create a new issue as it will auto fill version and system information for you (since v0.6.1).
You can automatically run it using:
vicinae vicinae://launch/core/report-bugSystem information
Windows 11 25H2 (OS Build 26200.8875)
Vicinae version 0.24.0 (commit def25a3) (MSVC 19.44.35228.0 - Release)
Describe the bug
A clear and concise description of what the bug is.
Vicinae appends a / to a path when selecting a directory in Windows. Additionally, Paths use / instead of \ , which is standard on Windows
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The path is formatted like
C:\Users\example\exampleand not/C:/Users/example/exampleScreenshots
If applicable, add screenshots to help explain your problem.
Additional context
Add any other context about the problem here.
I believe this also breaks other Raycast extensions, as the Google Search extension crashes unless "Remember search history" is off. This might be due to the auto-generated path by Vicinae is not valid in Windows.