Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows project folder name that contains a '(' character does not work #308

Open
xntstack opened this issue Oct 18, 2022 · 0 comments
Open
Labels
bug Something isn't working

Comments

@xntstack
Copy link

xntstack commented Oct 18, 2022

Windows project folder name that contains a '(' character does not work.

os: Windows 11
vite: 3.1.0
vite-plugin-windicss:1.8.7
svelte: 3.50.0
typescript: 4.8.2

It seems that the directory src is not scanned correctly.
A workaround for this is to modify the scan.dirs configuration by inserting the character '*' in place of the '('.

e.g.: (scan.dirs test with string literals)
D:\PlasticSCM-Project\PRO - Tool X - (WebApp) [does not work]
D:\PlasticSCM-Project\PRO - Tool X - *WebApp) [does work]
D:\PlasticSCM-Project\PRO - Tool X - ?WebApp) [does not work and I expected the glob pattern to work]
D:\PlasticSCM-Project\PRO - Tool X - \\(WebApp) [does not work and I expected the glob pattern to work]

@xntstack xntstack added the bug Something isn't working label Oct 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant