Will not update from 101.2 to 101.3

Okay, I would like to use VS code.
I can connect to my ubuntu machine and see my Home assistant yaml-files.
Edit configuration.yaml but when I try to save it I’m not allowed, write protected!
Is there any settings in VS code that I need to do to get write permission?
When I edit the files locally on the ubuntu machine with nano I need to use “sudo” to get premission to edit the files. Can that be a problem?

How do I check the yaml-file syntax in VS code ?
Do I need to install any add-on ?

This is related to the samba settings on your Ubuntu machine

That’s precisely the problem.

Vscode has yaml check built in but there is a home assistant extension.

You really need to spend some time familiarizing yourself with these tools

flamingm0e, what should I do to get permission to save in VS code?

Fix your samba share?

I now got everything to work again :smiley:
Now I have following configuration in configuration.yaml

homeassistant:
  auth_providers:
  - type: homeassistantaste

http:
  base_url: !secret base_url
  ssl_certificate: /ssl/fullchain.pem
  ssl_key: /ssl/privkey.pem

??

I hope it’s correct in your actual config?

Same problem here.
Can anybody post a proper solution?

flamingm0e, copy paste error!

Same problem here.