I found out that there are “unstable” settings for TS in VS code, and I would need to enable this one:
{"typescript.unstable": {"organizeImportsIgnoreCase": true,}}
But no matter where I try to add it in settings.json, it remains grey with the label
“Unknown Configuration Setting”
I have TS version 5.5.4, anything specific I need to do to activate unstable settings?