Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Modifying and running VB.net project in Visual Studio Code?

Is it possible to modify and run existing VB Visual Studio 2010 projects in Visual Studio Code? I have some VB.NET projects that I would like to open in visual studio code and I haven't found anything online that says whether or not this is possible. Drag and drop functionality isn't necessary for me, I only care about being able to run the source code.

I'm running Ubuntu 14.04 if that makes any difference.

Thanks in advance!

like image 272
Alex Avatar asked Mar 20 '26 12:03

Alex


1 Answers

You can use Visual Studio Code to edit any text file you want.

like image 185
SLaks Avatar answered Mar 22 '26 00:03

SLaks