#How do I run a file in VSCode?

1 messages · Page 1 of 1 (latest)

tranquil leaf
#

An .fs or an .fsx file?

urban bloom
#

fs

#

I did dotnet new console -lang "F#" -o FirstIonideProject

tranquil leaf
#

Did you setup a launch.json by any chance?

urban bloom
#

no

tranquil leaf
#

Its a file that tells vscode how to launch things for a particular language. Let me see if i can find some info for you

#

Theres a way to generate a good default

urban bloom
#

when I try .NET Generate Assets for Build and Debug it doesn't work and I get this

tranquil leaf
#

Do you have Ionide extension installed?

urban bloom
tranquil leaf
#

Yep

#

Does the project show up in a lil tab called something like Solution Explorer?

#

Either as a full icon on the left side or as a subwindow of your files tab

urban bloom
#

no I do not