svls-vscode icon indicating copy to clipboard operation
svls-vscode copied to clipboard

SystemVerilog language server client for Visual Studio Code

Results 7 svls-vscode issues
Sort by recently updated
recently updated
newest added

Bumps [flat](https://github.com/hughsk/flat) to 5.0.2 and updates ancestor dependency [mocha](https://github.com/mochajs/mocha). These dependencies need to be updated together. Updates `flat` from 4.1.1 to 5.0.2 Commits e5ffd66 Release 5.0.2 fdb79d5 Update dependencies, refresh...

dependencies

Hello! I am trying to use SVLINT_CONFIG environment variable but it is not working for me. Is it possible to add support to be able to do something like this...

I have specified in .svls.toml that I only want to parse files inside src. But it tries to parse files in my other folder (fail_src) as well. With the following...

I have already put svls bin into a path wich add in my own linux PATH environment variable. my linux system could not connect to internet since it is RD...

Is there a way to use [svls plugins](https://github.com/dalance/svlint-plugin-sample) in VSCode? I would like to configure a couple custom rules, but I cannot figure out how to add them into the...

It would be nice if this warning had a "don't show again" option: > .svlint.toml is not found. Enable all lint rules.

Would be great if this supported Go To Definition.