Closed Grunet closed 4 months ago
Hi @Grunet thanks for opening this gh issue. I've tried to replicate it in a blank github codespace with the extension installed and I noticed the same behaviour in a yaml file. However, json filetypes the autocomplete seems to be working via the extension.
I did some further digging and ran a clean github codespace without extensions enabled and then added a manual snippet for the YAML language (yaml.json):
If you uncomment the example in the yaml snippet config:
and try to type "log" in a new yaml file then the autocomplete doesn't trigger as well.
It seems to be a bug with github codespaces, since the same issue occur without the extension.
Describe the bug The "cfn" shortcut no longer works in YAML files in Github Codespaces
To Reproduce Steps to reproduce the behavior:
Expected behavior The skeleton of a CloudFormation template should appear
Screenshots N/A
Desktop (please complete the following information):
Additional context The extension still seems to work on my local VS Code instance