Armin Nabavi
Armin Nabavi
Code Spell Checker: v1.10.2 VSCode: 1.56.2 To have a common synchronized settings between Linux and Windows, I have the following dictionary definitions: ```json "cSpell.dictionaryDefinitions": [ { "name": "general-linux", "path": "~/Dokumente/cspell-dic/general.txt"...
* [x] I agree to follow the [Code of Conduct](https://github.com/jgraph/drawio-desktop/blob/master/CODE_OF_CONDUCT.md) that this project adheres to. * [x] I have searched the issue tracker for a feature request that matches the...
I get the message `Attribute specification must be in the immediate declarative part` with severity of 8 for any attribute of Xilinx interfaces copied from Xilinx Vivado templates. Please use...
Originally reported here: https://github.com/GehDoc/vscode-textile-preview/issues/75, but I think, I should have reported here. **Describe the bug** As illustrated below, just for the first item of a bulleted list that is written...
### Description `lower()` and `upper()` functions are already available. I would like to request some function with a functionality like Python's `string.title()` method that capitalizes the first character of every...
## Report a bug ### Input and also Expected Behavior The end of multi-line conditions `) then` should be outdented in the next line to be at the same indentation...
## Report a bug ### Input ```vhdl signal sig_0 ```vhdl signal sig_0 ```vhdl signal sig_0
The full opacity of the scroll bar blocks a lot of marking in scrolling area to be seen. Please use less opacity for them. My suggestion: ```json "scrollbarSlider.background": "#5a6174a0", "scrollbarSlider.hoverBackground":...
LSP v3.17 adds [subtypes](https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#typeHierarchy_subtypes). Is it possible to support them in VHDL-LS? I am experiencing VHDL-LS in VSCode. I see that the custom type is highlighted during declaration. ```vhdl type...
Currently, there are fixed configurations. ```zig settings.cc[VMIN] = 1; settings.cc[VSTOP] = 0x13; // XOFF settings.cc[VSTART] = 0x11; // XON settings.cc[VTIME] = 0; ``` In one application, this resulted to blocking...