AnWeber / httpbook

Quickly and easily send REST, Soap, GraphQL, GRPC, MQTT and WebSocket requests directly within Visual Studio Code
https://httpyac.github.io/
MIT License
58 stars 4 forks source link

Remove monaco editor & let vscode render HTML & other mime types #29

Closed DonJayamanne closed 2 years ago

DonJayamanne commented 2 years ago

Thanks for this extension, love it Fixes https://github.com/AnWeber/httpbook/issues/27

Please test in VS Code Insiders, an issue was identified in VS Code & fixed (fix will go out in next release of VS Code).

See here https://code.visualstudio.com/api/extension-guides/notebook#rich-output

Screen Shot 2021-07-28 at 13 40 09
AnWeber commented 2 years ago

I will merge the pull request, however I am not entirely happy with the result in the current state of vscode. Monaco Editor has solved a few small problems for me.

For this reason, I will temporarily put the Monaco Renderer into its own extension, so that you can continue to use it if needed.