DEV Community

Discussion on: Automatically Open the Current Directory in VS Code From Terminal

Collapse
 
sudhakar6 profile image
Sudhakar • Edited

Try code -a . (It opens the folder within the same VS Code instance)
Try code -r . (It refreshes the same VS Code instance and opens the folder, terminal also gets refreshed)