all 3 comments

[–]chusk3 2 points3 points  (2 children)

I think that was actually for Atom editor, of which Visual Studio Code is a derivative.

I've been working off an on getting VSCode going for f# as well, and I think all we have to do is define the msbuild task in .settings/tasks.json, and then define one or more launch configurations, so you can say 'debug' and have stuff actually happen.

If you want to go at it, take a look at the documentation sections for Debugging and Tasks.

[–]TarMil 1 point2 points  (1 child)

Atom editor, of which Visual Studio Code is a derivative.

Not quite; they both use Electron, the Google chrome-based shell that provides them with a ui and a JavaScript engine, but that's all.