Visual Studio Code (1.41.1) | openHAB extension : missing Syntax highlightening

I use VSC (1.41.1) with installed openHAB extension. Sadly syntax highlightening is not working.
I set in ‘C:>users>…myuser…>AppData>Roaming>Code>User>settings.json’ this code:

{ “openhab.host”:“192.168.178.45”,

"openhab.port": 8080,

"workbench.iconTheme": "openhab",

"openhab.remoteLspPort": 5007,

"openhab.remoteLspEnabled": true,

"openhab.useRestApi": true

}

I bind the Samba-Folder to VSC and have access.
But still no syntax highlightening, and also no access while pressing the ‘openhab-icon’ in the left menu bar of VSC.
Any ideas, whar I’m migth be wrong?

SOLVED!
After approx 5 times reboot my Windows 10 PC finally it works…