Closed tarik-jin closed 3 years ago
Double check: have you configured the Verible binary folder path? What is?
don' know why linter/style checker not work...
linters settings page
Got it! There is a bug when the "--rules" arguments is empty. I will fixed in the next version. Meanwhile you can add a rule to the argument.
Try with this beta version: https://github.com/TerosTechnology/vscode-terosHDL/releases/tag/latest
seems not working, or there is something wrong in my configuration?
Go to: Help -> Toggle Developer Tools -> Console. You should see a message similar to:
Copy a capture here. Also, could you share the code? So I can reproduce it.
seems verible only reports when there is syntax error
with out syntax error, trailing-spaces warning was not reported
Now it should be fixed. Try the beta version.
try the latest beat version, seems some errors in console output?
Could you try again? Please, tell me the name of the vsix file.
demo used (with a trailing space shown in following capture) module veribleTest ( input a, output b );
assign b = a;
I'm trying to reproduce it. When have yo that errors? When you open a file? When you set the settings?...
Try again: 2021-10-16__03.08_teroshdl-2.0.3.vsix
Try again: 2021-10-16__03.08_teroshdl-2.0.3.vsix
it works, thanks
Describe the bug refer to https://terostechnology.github.io/terosHDLdoc/style/configuration.html it seems nothing was reported after config while i could manual execute successfully and report sytle errors locally
Please complete the following information:
Additional context wonder if I could see some messages output when i specify verible-verilog-lint in style checker configuration page