I have this issue in microsoft visual studio code, whenever I open the terminal the first message I get is The filename, directory name, or volume label syntax is incorrect. The terminal works fine.. just it bugs me to see see this error message whenever I open the terminal.. how do I fix it?
I Installed Cmder as my default visual studio code terminal, maybe there is something related to this error?
thanks in advance

I am not sure how you have installed cmder as the integrated terminal in vscode but in
settings.jsonyou could try pointing theterminal.integrated.shell.windowstocmd.exeand theterminal.integrated.shellArgs.windowsto what makescmd.exebe (act like) cmder which is cmder'sinit.batfile. So in your vscodesettings.jsonadd or modify the below lines to point to your cmd.exe and cmderinit.batrespectivley.