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.
When opening the Create Extension menu in Vicinae on Windows, the "Location" placeholder says ~/code/vicinae-extensions. However, this is not a valid Windows path.
To Reproduce
Steps to reproduce the behavior:
Open Vicinae
Search "Create Extension"
Open up the extension creation wizard
Notice that the path placeholder is incorrect
Expected behavior
A clear and concise description of what you expected to happen.
The placeholder could get the current user and say C:\Users\example\code\vicinae-extensions or C:\Users\example\AppData\Local\vicinae\extensions or use the system environment variable and say %CURRENTUSER%\code\vicinae-extensions or %LOCALAPPDATA%\vicinae\extensions
Screenshots
If applicable, add screenshots to help explain your problem.
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.
When opening the Create Extension menu in Vicinae on Windows, the "Location" placeholder says
~/code/vicinae-extensions. However, this is not a valid Windows path.To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The placeholder could get the current user and say
C:\Users\example\code\vicinae-extensionsorC:\Users\example\AppData\Local\vicinae\extensionsor use the system environment variable and say%CURRENTUSER%\code\vicinae-extensionsor%LOCALAPPDATA%\vicinae\extensionsScreenshots
If applicable, add screenshots to help explain your problem.