eirikpre / VSCode-SystemVerilog

SystemVerilog support in VS Code
MIT License
128 stars 50 forks source link

Compile command does nothing after updating to 0.8.5 #62

Closed AitBits closed 5 years ago

AitBits commented 5 years ago

When I tried to compile a file through the command palette or compile on save option, it does nothing and returns no output.

Downgrading to 0.8.4 fixes the issue.

eirikpre commented 5 years ago

Oh noes :(

I'll look into it soon

AitBits commented 5 years ago

That commit just looks like a version bump to me, and the problem persists on my side. I think you forgot to stage some file?

eirikpre commented 5 years ago

Ah yes, I made a typo in the commit message, so I linked the wrong issue. Here is the commit: 62c235c0846e2db17fb000dd7385a859ec052136

That fixed it on my part, the output is piped to Output/System Verilog Language Server when the server logs.

image

AitBits commented 5 years ago

Yeah, that seems got fixed but I'm getting another problem. I will open a separate issue.