This PR enhances the interface between this extension and its drivers, allowing a driver to specify a callback function that will be invoked after this extension retrieves connection information from user/workspace settings but before those settings are sent to the language server part of the driver.
Use-cases include drivers that want to look up credentials from secure storage before sending them to the target server.
This PR enhances the interface between this extension and its drivers, allowing a driver to specify a callback function that will be invoked after this extension retrieves connection information from user/workspace settings but before those settings are sent to the language server part of the driver.
Use-cases include drivers that want to look up credentials from secure storage before sending them to the target server.