Extension does not load if `nativeServer` value is invalid
dhruvmanila opened this issue · 0 comments
dhruvmanila commented
We use a default value for each setting key but the nativeServer
specifically is used to determine the server to start. So, if it has any other value, the extension does not load (does not start the server) and there's no user facing message.
We should probably provide an error message in this case.