Closed aeschli closed 18 hours ago
This is because resolver extensions are activated even before their contributions are scanned.
@alexdima FYI
@alexdima is there any plan to fix this?
Hit this in the GH Codespaces extension recently, since it is a resolver extension, the setting default is not present before the connection is fully established 😊 Worked around this by adding the default in the JS code, not ideal since could diverge with the package.json value at some point, but works for now 👍
Perhaps if there was some kind of event or promise which we can use to wait for it to finish loading?
/duplicate
This is now fixed using #224236
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Happy Coding!
On master:
Remote-TestResolver: New Window
TestResolver
output viewThe default values are missing.
Same when accessing
workspace.getConfiguration('testresolver).get('startupDelay')
I have the same problem in the Remote WSL extension.