Could you please provide instructions on how to reset the configuration of the extension in Azure Data Studio?
After uninstalling and reinstalling, the extension retains the incorrect format that I had selected previously.
I would like to restore it to the default settings and then customize the setup to achieve the desired code formatting.
Thanks
I found in the settings.json in Windows at %APPDATA%\azuredatastudio\User\settings.json the followings settings
"sqlinform.5.ID122": true,
"sqlinform.6.ID181": true,
"sqlinform.7.ID123": true,
"sqlinform.4.iD090": true,
"sqlinform.3.iD062": false,
"sqlinform.4.iD147": false,
"sqlinform.8.iD180": true,
"sqlinform.4.iD174": true,
"sqlinform.3.iD092": true,
"sqlinform.4.ID018": false,
"sqlinform.1.ID002": 2,
"sqlinform.2.ID159": false,
"sqlinform.0.iD063": false,
"sqlinform.3.ID012": true,
"sqlinform.4.ID013": false,
"sqlinform.4.ID143": false,
"sqlinform.0.iD088": true,
"sqlinform.2.iD091": true
I removed all and reinstall the extension but it does not reset at all
@iceblack thanks for your post.
There's User, Workspace, and Default settings.json
's which you can open from Ctrl+Shift+P
, start typing "settings.j", and see the 3 suggestions.
Regards
Guido