Hi,
After updating to v2.23 this morning, a number of 'incorrect' error markers were introduced to to my code base. Apparently they occur only around declarations with self-defined types.
I've added some screenshots snippets of error markers occurring with the self-defined type :
type t_slv_List is array (natural range <>) of std_logic_vector;
Screenshot_1
Screenshot_2