In this case it would be a fall back, but thank ya. It's something that I'll check later.
$ cat global.json
{ "sdk": { "version": "10.0.100-preview.7", "rollForward": "latestFeature", "allowPrerelease": true } }
jq
roslyn-ls
jq '.sdk.rollForward = "latestMinor"' < global.json