We're a place where coders share, stay up-to-date and grow their careers.
My username is bsand, so my commandline setting is
"cmd.exe /K C:\Users\bsand\anaconda3\Scripts\activate.bat"
However, the \b is highlighted, I think it is acting as an escape character. Do you have any suggestions?
Try instead "commandline": "cmd.exe /K C:\\Users\bsand\\anaconda3\\Scripts\\activate.bat"
"commandline": "cmd.exe /K C:\\Users\bsand\\anaconda3\\Scripts\\activate.bat"
My username is bsand, so my commandline setting is
"cmd.exe /K C:\Users\bsand\anaconda3\Scripts\activate.bat"
However, the \b is highlighted, I think it is acting as an escape character. Do you have any suggestions?
Try instead
"commandline": "cmd.exe /K C:\\Users\bsand\\anaconda3\\Scripts\\activate.bat"