Is ghdl-ls compatible with option std=19 ? No matter which vhd file I use, the config file
{"options": {
"ghdl_analysis": [
"--workdir=work",
"--ieee=standard",
"--std=09"]},
"files": [
{"file": "src/ANY.vhd", "language": "vhdl", "library": "work"}]}
gives me an error. No problem with std=08, though.
Is ghdl-ls compatible with option
std=19? No matter which vhd file I use, the config filegives me an error. No problem with
std=08, though.