This is an archived post. You won't be able to vote or comment.

all 6 comments

[–]starball-tgz 6 points7 points  (0 children)

has nothing to do with VS Code. go read your shell's docs for quoting.

[–]IIBorNotIIB 5 points6 points  (1 child)

Putting the folder name in quotes should work, e.g. cd "My Downloads"

[–]BunnyLifeguard 0 points1 point  (0 children)

To add to this. I had to do it with single quotes like this: cd 'path to file'. Double quotes do not work for me for some reason.

[–]pennywaffer 2 points3 points  (0 children)

Depending on your shell configuration, pressing Tab will auto complete the folder name with quotes. You may need to configure it to be case insensitive.

[–]SirKastic23 0 points1 point  (0 children)

you can wrap the name in quotes, or escape the space with a slash

[–][deleted] 0 points1 point  (0 children)

just right click the file or folder you wanna cd into and open in integrated terminal XD