jr005
jr005

Reputation: 11

How to Make VS Code Terminal Run Ubuntu Mac?

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.

enter image description here

Upvotes: 0

Views: 1593

Answers (1)

abetobing
abetobing

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

Related Questions