You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
iverilog includePath not working. Not even in IcarusLinter's Execute log.
Environment (please complete the following information):
OS: Windows1 11 22H2 22621.3447
VS Code version 1.88.1
Extension version 1.13.5
using ctags companion, copilot and the extension
Steps to reproduce
settings.json:
{
"verilog.linting.linter": "iverilog",
"verilog.linting.iverilog.runAtFileLocation": true// This is not a must for reproduce the bug"verilog.linting.iverilog.includePath": [
"../../sources_1/new",
],
Are you using ctags through snap? If so, can you try using the pre-built binary or building it yourself?
There seems to be an issue with snap not having permissions to access certain files
My bad not noticing that you are running on Windows. From the log you provided, I think you have not set the path to ctags binary. Can you check what you have in your workspace settings for verilog.ctags.path ?
Describe the bug
iverilog includePath not working. Not even in IcarusLinter's Execute log.
Environment (please complete the following information):
Steps to reproduce
settings.json:
then open a .v file.
Log
no output from ctags is another bug.
Expected behavior
Include the path correctly
Actual behavior
Nothing happened
The text was updated successfully, but these errors were encountered: