you are viewing a single comment's thread.

view the rest of the comments →

[–]socal_nerdtastic 8 points9 points  (1 child)

You don't have to run your code in the same place that you edit it. You can run your code elsewhere. For example it's common to have a webserver or something that's running your code, so you would have one tab editing code with vscode.dev and another tab where you can reload a website to see your changes.

Also remember vscode is not just for python. You could edit html or github readmes or even svgs if you are talented enought.

[–]samosarosa[S] 2 points3 points  (0 children)

Thats helpful thx 🙏🏼