Visual Studio Code – How can a contributed setting have a multiline textarea in the settings UI with a reset button?
I am developing an extension. The extension has a two parameters for the user to input data via the Settings. Is it possible to set the textbox to a textarea (like in html) and have a reset to default button?…