I can confirm the file is working, as I've tested it and the LocalUnused change is being applied, but despite restarting the extension and vscode type errors are still being reported.
{
"languageMode": "nonstrict",
"typeErrors": false,
"lintErrors": false,
"lint": {"*": true, "LocalUnused": false}
}
