elmish / templates

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Debug from VS Code

Nordes opened this issue · comments

I don't know if it's me, but I don't seem to be able to debug (break point in FS) within VS Code. I tried a few configuration, but they were not successful. You could maybe add a .vscode folder in order to have a preset.

Do you have any "tips" in order to break in the FS code within VS Code like what the SAFE-Stack is doing?

Thank you

The template as they are doesn't support debugging from within VS Code.

Somone one needs to add the configuration for that.

You can take a look at how it was added to MangelMaxime/fulma-demo@e6e9509

Thank's, I will try it!