Closed xandm closed 4 years ago
Similar to https://github.com/atishay/vscode-allautocomplete/issues/6, it's necessary to add this to the config in order have auto-complete suggestions appear when editing .yaml files:
"configurationDefaults": { "[yaml]": { "editor.quickSuggestions": true } },
Similar to https://github.com/atishay/vscode-allautocomplete/issues/6, it's necessary to add this to the config in order have auto-complete suggestions appear when editing .yaml files: