Reputation: 11
Hello I'm using a mac and how do I setup the terminal that comes with vs-code to use Ubuntu? (basically same commands that are used in the mac terminal) I'm new guys so please go easy on me.
Upvotes: 0
Views: 1593
Reputation: 191
You might want to utilize tools like vagrant & virtualbox. You setup ubuntu on that virtual machine, Then you connect your vs code to the vm, using Remote SSH extension.
You can read the full instructions here: https://sedigit.com/2021/abetobing/02-debugging-using-vs-code-inside-vagrant and here: https://code.visualstudio.com/docs/remote/ssh
Upvotes: 1