Provide Vscode Notebook Support
Hi. It may be a little early for this issue, but soon (already available in Insiders) Vscode will add API for native notebooks. There's IHaskell kernel available out there to be hooked up with vscode's API, so my feature request would be to connect them up. Python extension is currently adding support for this, and so is Julia (https://github.com/julia-vscode/julia-vscode/pull/980). Haskell Notebooks in vscode will be very nice for existing Haskell developers, and they will be even nicer for Haskell beginners.
@Matelasse thanks for the suggestion, has been some time since this so what could be the actual state of the art for this?
The api is here https://code.visualstudio.com/api/extension-guides/notebook
It actually seems to work already.
I installed the Jupyter vscode extension and https://github.com/gibiansky/IHaskell and I can open and execute haskell notebooks in vscode.
Or were you thinking of some form of closer integration?