vscode-home-assistant icon indicating copy to clipboard operation
vscode-home-assistant copied to clipboard

Auto-completion doesn't work in subfolders

Open Buddinski88 opened this issue 2 years ago • 0 comments

Problem/Motivation

I currently divide my YAML files into individual groups and place them in separate subfolders. Within the YAML files stored in them, the code is not auto-completed.

Expected behavior

Auto-completion should also work within a subfolder.

Actual behavior

If I try to add a value inside one of these YAML files. E.g. "binary_sensor.", then the possible values are not listed.

Steps to reproduce

  1. Update Home assistant to the latest version 2023.1.2
  2. Update Studio code server to the latest version 5.5.1
  3. Create a new folder config/testfolder
  4. Create within the folder a new YAML file "test.yaml"
  5. Try a value such as "binary_sensor." to add

Template

Extension runs in:

  • [ ] VS Code for Desktop
  • [X] Hassio Add-on
  • [ ] Visual Studio Online
  • [ ] Other:

I'm running VS Code on:

  • [ ] Windows
  • [ ] Mac
  • [X] Linux

I'm accessing my files:

  • [X] From local disk
  • [ ] Via remote SSH
  • [ ] Smb
  • [ ] Other:

Buddinski88 avatar Jan 09 '23 11:01 Buddinski88