Issue: Copy-pasting the contents of a property is of type set of strings adds extra quotes and escapes.
The problem doesn’t happen for example for properties of type
set of integers, nor
string, nor
map of strings to strings.
When copying the set of strings property with a single value Foo, the value in the clipboard is (“Foo”). When pasting it, it becomes the literal single item “Foo” in the editor. Copying this yields (“\“Foo\””) in the clipboard, etc.
I expect the value to remain unchanged when I copy and paste it.