josephwoodward / VSCodeILViewer

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

If this is your first inspection then it may take a moment longer. #17

Open kinboyw opened 6 years ago

kinboyw commented 6 years ago

I installed this addon in visual studio code, and then created an cs file with some simple code, right click on the panel ,and inspect IL.

then in the IL Viewer, it shows as below:

Inspecting IL, hold onto your seat belts! If this is your first inspection then it may take a moment longer.

after about a minute it shows can't open “IL Viewer”: Cannot read property 'document' of undefined。 what's wrong ,want help ! thank you

NineMvp commented 6 years ago

@JosephWoodward I found the same issue.

VS Code Version 1.19.1

image

$ dotnet --info
.NET Command Line Tools (2.0.0)

Product Information:
 Version:            2.0.0
 Commit SHA-1 hash:  cdcd1928c9

Runtime Environment:
 OS Name:     Mac OS X
 OS Version:  10.12
 OS Platform: Darwin
 RID:         osx.10.12-x64
 Base Path:   /usr/local/share/dotnet/sdk/2.0.0/

Microsoft .NET Core Shared Framework Host

  Version  : 2.0.0
  Build    : e8b8861ac7faf042c87a5c2f9f2d04c98b69f28d
josephwoodward commented 6 years ago

I have a branch here that fixes this and supports the new .csproj format, I'm hoping to release it soon.