Closed thegecko closed 1 year ago
In Theia-based applications some extension checks and activations can throw errors which stop this extension from working.
This PR adds some try..catch guards around the extension activations to prevent errors from interfering with the operation.
@haneefdm
Thanks
In Theia-based applications some extension checks and activations can throw errors which stop this extension from working.
This PR adds some try..catch guards around the extension activations to prevent errors from interfering with the operation.