-
-
Notifications
You must be signed in to change notification settings - Fork 83
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Iverilog linting doesn't work #139
Comments
被编辑的文本的路径不能有中文 |
The path of the edited file cannot contain Chinese and spaces。 |
Hey, I'm getting this bug in the current version of the extension. No linter works if the path to the file includes spaces. The fix would be to pass the path to the linter quoted. |
Released v1.11.5 with the fix. |
Seems it still dosn't work. I think that VerilogSymbol fails now as it gets split path and no warnings or errors show up. It gets linted properly though. |
Still not working. I have no chinese or space in the path. |
Describe the bug
Thank you for supporting such a powerful extension!
I have installed iverilog and add it into the PATH,it works well in "cmd" and "power shell"
Then I set iverilog as the linter from the VScode setting page.
It doesn't work when saving the .v file (no red underline and no output).
I have seen the similiar issuess, but these solutions doesn't work.
I have tried some old versions of this extension and iverilog,but the problem wasn't resolved.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: