ansible-language-server
ansible-language-server copied to clipboard
Replace empty strings with undefined in default values of configuration settings
The idea is to replace all the empty strings with undefined values in the extension settings. The setting should be undefined if the user is not assigning any value to it. Related: https://github.com/ansible/vscode-ansible/issues/661