HuskyNator

Results 28 issues of HuskyNator

This feature is included in many other language extensions & I believe it would benefit this extension as well.

enhancement

** Description** After installing the vscode addon, installing GHDL & adding it to the path (and also pip installing teroshdl) I get errors upon running a self-created library. It will...

bug
project-manager

**Describe the bug** When I start the schematic viewer, the following error is thrown: ``` "C:\Program Files\yosys-win32-mxebin-0.9"\yosys.exe -p "ghdl --std=08 -fsynopsys e:\Code\Res-VHDL\Examples\Clock\clock_tb.vhd -e; proc; opt; write_json teroshdl_yosys_output.json; stat" ERROR: No...

bug
documentation
schematic

It'd be very useful if anchors of strings could be used in strings or combined with other strings, as my entire reason for using anchors (and yaml) were the need...

Vscode has word wrapping settings. For as far as I'm aware, the extension however does not expose a setting for disabling/modifying the wrapping/line length behavior of the formatter (dfmt's max_line_length...

The tour skims over a pitfall I had issues with yesterday, namely that arrays are declared quite differently from the way they often are in other programming languages, even though...

### Environment - OS and Version: Windows 10 - VS Code Version: 1.85.1 - C/C++ Extension Version: 1.18.5 - If using SSH remote, specify OS of remote machine: Not Applicable...

bug
Language Service
fixed (release pending)
Feature: Doc comments
verified

Warn when an unsigned value is negated. Example from a bug I had: ```d uint size = 5u; uint offset = -size // 4294967291 int offset = -size; // -5...

The highlighting does not always work when tokens/characters are exchanged. Note: https://dlang.org/spec/ddoc.html#embedded_comments 1. The example given by the page above, also given below, does not function when ` ``` `...

bug

Suggested change of issue #373.