Issues with Inferred Type and Toggle Return Type Annotation in Language Service
Using config I receive:
The inferred type of 'someServiceLive' cannot be named without a reference to '../../node_modules/effect/ConfigError'. This is likely not portable. A type annotation is necessary
The inferred type of 'someServiceLive' cannot be named without a reference to '../../node_modules/effect/ConfigError'. This is likely not portable. A type annotation is necessary
I wanted to use the toggle return type annotation of the language service, but receive "Could not apply refactoring". Is it supposed to be currently working?