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
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]
The text was updated successfully, but these errors were encountered:
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]The text was updated successfully, but these errors were encountered: