Your Web News in One Place

Help Webnuz

Referal links:

Sign up for GreenGeeks web hosting
April 14, 2022 09:31 pm GMT

April 4th, 2022: VS Code Tip of the Week

This week's tip is short and sweet.

My friend Chris on Twitter this week asked how do you open a project from a shell without opening another VS Code window.

All you nee to do is add the -r flag to reuse the window, e.g.

code -r ./some-folder

or

code ./some-folder -r

The same goes for individual files.

code -r ./some-file.ext

or

code ./some-file.ext -r

Happy VS Coding!


Original Link: https://dev.to/vscodetips/april-4th-2022-vs-code-tip-of-the-week-5g70

Share this article:    Share on Facebook
View Full Article

Dev To

An online community for sharing and discovering great ideas, having debates, and making friends

More About this Source Visit Dev To