vscode-ansible icon indicating copy to clipboard operation
vscode-ansible copied to clipboard

Replace empty strings with undefined in default values of configuration settings

Open priyamsahoo opened this issue 2 years ago • 1 comments

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

priyamsahoo avatar Oct 14 '22 04:10 priyamsahoo

This might be a serious problem because 99% of the users will not know how to reset a particular configuration item to its default value, instead thew will only empty the settings value ... aka putting an empty string.

From the user point of view, empty value is the same as undefined.

ssbarnea avatar Apr 11 '23 15:04 ssbarnea