diff options
author | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-04 13:51:11 -0400 |
---|---|---|
committer | Benjamin Chausse <benjamin@chausse.xyz> | 2025-05-04 13:51:11 -0400 |
commit | dbcea96aadb0ee7addcdb0bd0a5bfda6f5cd93e8 (patch) | |
tree | 802490dc09d90ca9c4bfd597a02b25f4c04b2ebb /.hdl_checker.config | |
parent | b6e76bbdea1acf7a634c242f3118fdd79f569fc1 (diff) |
Stop dual wielding LSPs
Diffstat (limited to '.hdl_checker.config')
-rw-r--r-- | .hdl_checker.config | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/.hdl_checker.config b/.hdl_checker.config deleted file mode 100644 index da7b6c4..0000000 --- a/.hdl_checker.config +++ /dev/null @@ -1,13 +0,0 @@ -{ - "sources": [ - [ "src/**/*.vhd", { "library": "work", "flags": ["-2008"] } ], - [ "lib/**/*.vhd", { "library": "work", "flags": ["-2008"] } ] - ], - "vhdl": { - "flags": { - "single": ["-2008"], - "dependencies": [], - "global": [] - } - } -} |