Sean McLoughlin
Sean McLoughlin
``` > yin-yang -t SETTINGS 1 Changing "Default" to "Atom One Dark" in /.config/Code/User/settings.json open(): No such file or directory ``` This reproduces the issue and overwrites the file. But...
`json.load` doesn't accept a final comma in `src/plugins/vscode.py`, but vscode accepts it as valid for `settings.json`. [See this discussion on StackOverflow.](https://stackoverflow.com/questions/25707558/json-valueerror-expecting-property-name-line-1-column-2-char-1) So my settings file was considered invalid by the...
I don't think vscode created any JSON that way by default, but any plug-ins that edit the settings file can theoretically add an extra comma. For example, my settings file's...
@Raamakrishnan do you have a status update on ctags across files? You mentioned it in #77, but I can't find anything else about its status. This is a feature I...
This could be added by using [verible](https://github.com/google/verible) and it's auto-format feature to a keybind, or even an "auto-format on save."
I think something needs to take the AST from `sv-parser` and convert it into a symbol table. As far as I can tell, this isn't done yet in `sv-parser`. The...
Okay. I'll try to look into adding this crate to `sv-parser`.
I would really like this fixed. Since this issue has been open for over a year with no response, I am going to submit an orphan request on the AUR.
> A flag that is passed to the language server at start-up time? I think this might be the best approach. [DVT](https://dvteclipse.com/documentation/sv_vscode/) (a licensed SystemVerilog IDE and language server) uses...
Hey, I've since updated to both 2.7 and 2.7.1 and neither version seems to have this issue fixed.