-
Notifications
You must be signed in to change notification settings - Fork 317
"VS Code.exe" does not recognize "&" symbol in file/folder names and crops the name #899
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
Comments
Could you try with vscode "%cd%" ? |
looking further, I don't see any solution with that because of DOS. and PowerShell is not an option authorized per default on Windows. |
@stonebig, I don't understand why you closed it!? I just found out that the problem is not only with folder names, but also exist for file names too. I have my usual VSCode installation in the path as trying to open a file , I tried on "cmd", "powershell" and even on "bash" from git installation. all the same: names after "&" are cropped. |
hum, Can you try to modify \WPy64-3830\scripts\Noshell.vbs like this:
that is a oneline change:
instead of
|
nope, still the same @stonebig |
I called the icon, maybe you called something else ? |
my bad, I keep an older v3760 and I changed this file in its folder 👍 used the edit on v3830 and it is working. |
aaaaah. will patch next release accordingly. |
any luck you have time for #898, might be solved in a similar scripting manner I hope. and thanks for the help. |
I recently started to work with python and found this by accidentally as I was trying to open current folder I am in.
I have a "python&sql" folder and tried to open while in terminal. since "vscode ." does not work (as in #898), I tried using "vscode %cd%" and in return got this error message:
took me a while to see the problem. changing the folder name as "python-sql", the command successfully opened the folder in VS Code.
Please take a look and fix.
version: WPy64-3830
The text was updated successfully, but these errors were encountered: