This is great, thanks! I can open any folder from the integrated terminal but it will start a new instance of VS Code; is there a way to open the folder within the same VS Code instance?
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)
Aspiring ML/AI Engineer passionate about building robust and scalable systems. Currently augmenting my theoretical Computer Science Master's with practical skills, focusing on database mastery.
This is great, thanks! I can open any folder from the integrated terminal but it will start a new instance of VS Code; is there a way to open the folder within the same VS Code instance?
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)
What about files? can you open them as well from the same instance if your in the directory?
Try
code -r [name of file/folder]