Joe Crop

Results 37 comments of Joe Crop

I don't think there's enough information to work with here. Can you be specific about what you are asking here? Maybe code examples?

Hi @eng-tp, I dug into this, and it appears to be a limitation of the vscode language configuration. You are right, `language-configuration.json` is the file that controls folding of ifdefs....

Another potential solution is to install [this extension](https://marketplace.visualstudio.com/items?itemName=zokugun.explicit-folding) and configure it to support `else` folding.

The issue for me was that I installed dory with `sudo gem install dory`. This caused dory to only be executable by root.

This worked for me. I had to set `"easymde": "2.16.0"` in my package.json instead of `"easymde": "^2.16.0"`. Note the missing carrot symbol to prevent npm from auto-upgrading it.

This is likely due to an extension version issue. High-CPU load was fixed in a recent version. Please update the extension and report a new ticket if this happens again...

Is this still happening for you? The `systemverilog.maxLineCountIndexing` should help you dial in the performance by excluding large files from being fully indexed.

I believe this is fixed after version 0.13.3

I'm not an expert in RDL, but the [RDL spec](https://www.accellera.org/images/downloads/standards/systemrdl/SystemRDL_2.0_Jan2018.pdf) on page 80 has an example of overriding this, and it uses parameters. Maybe try that?