Currently, I am developing an extension in VS Code and I want to implement a feature where a pop-up with a text message input appears when the extension first runs. The user input from the pop-up will be used to modify the default settings in the settings.json file. You can check out the screenshot https://i.sstatic.net/zpdI2.jpg.
At the moment, I am manually changing the settings in my project under "allinone.fileExtensions". However, my goal is to automate this process by updating the settings with the user input during the initial run of the extension.