josephwoodward / VSCodeILViewer

A Visual Studio Code C# IL (Intermediate Language) Viewer
MIT License
98 stars 18 forks source link

Figure out how to build a VS Code extension that can communicate with WebAPI #1

Closed josephwoodward closed 7 years ago

josephwoodward commented 7 years ago

I've never built a Visual Studio Code extension before so this is a new one to me!

josephwoodward commented 7 years ago

Been working off of this branch so far with pretty good results. Got a split pane working that does a HTTP request to a URL at the moment then displays the content in the pane.