vscode-verilog-hdl-support
vscode-verilog-hdl-support copied to clipboard
HDL support for VS Code
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://redirect.github.com/eslint/eslint)) | [`8.57.0` -> `9.29.0`](https://renovatebot.com/diffs/npm/eslint/8.57.0/9.29.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
**Describe the bug** I changed the default indentation width from 2 to 4 by providing arguments but verilog code is still using 2 as indentation width after formatting. **Environment (please...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@typescript-eslint/eslint-plugin](https://typescript-eslint.io/packages/eslint-plugin) ([source](https://redirect.github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin)) | [`^7.3.1` -> `^8.0.0`](https://renovatebot.com/diffs/npm/@typescript-eslint%2feslint-plugin/7.3.1/8.34.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [@vscode/vsce](https://code.visualstudio.com) ([source](https://togithub.com/Microsoft/vsce)) | [`~2.24.0` -> `~3.0.0`](https://renovatebot.com/diffs/npm/@vscode%2fvsce/2.24.0/3.0.0) | [](https://docs.renovatebot.com/merge-confidence/) |...
**Describe the bug** Actually I am not quite sure if it is a bug or a feature. The plugin always insert a "\t" in front of the first signal connection...
## Summary - add integration test for `VerilogDocumentSymbolProvider` - run tests via `runTest.ts` - correct extension path in test harness ## Testing - `npm test` *(fails: SIGSEGV from VS Code...
## Summary - avoid workspaceFolders[0] when none are open - add fallback to document directory for formatting - ensure linters and ctags check workspaceFolders - add dev dependency for testing...
**Which problem is this feature request solving?** Verible has a number of useful tools (language server, linter, formatter, etc). The formatter and the language server are supported, however the linter...
**Describe the bug** No snippets seem to be working and I do not see a setting in the extension to turn them on or off. **Environment (please complete the following...
**Describe the bug** A clear and concise description of what the bug is. **Environment (please complete the following information):** - OS: Windows 11 24H2 build 26100.3915] - VS Code version...