Using groups in Items

Hello
i will use Groups in my items files.

For Example:

Number Livingroom_Temperature1 “Temperature [%.1f °C]” [“TargetTemperature”] {knx=“1/0/15+0/0/15”}
Number Livingroom_Temperature2 “Temperature [%.1f °C]” (rOG_Bad) [“TargetTemperature”] {knx=“1/0/15+0/0/15”}

i get no error in my “openhab.log” so i think the syntax is ok
in VS Code i have only the “Livingroom_Temperature1” entry in my Items List.

is this a bug or not implemented or i am to stubid to use this extension?

Did you restart both OH and VSCode?
Your syntax look OK but you need to use the proper code fences

hi. i have added a new line with

Group rOG_Bad “OG:Bad”

and now it works

Yes having a group to put the item into would help!