@effect/language-service@0.87.0
Minor Changes
- #760
f1fca78Thanks @mattiamanzati! - Add theflatMapToMapstyle diagnostic, which suggests replacingEffect.flatMap((value) => Effect.succeed(f(value)))withEffect.map((value) => f(value)).
Patch Changes
-
#762
5e71871Thanks @mattiamanzati! - EnableskipLibCheckin the diagnostics test harness to reduce test runtime and memory usage. -
#763
0dc8034Thanks @mattiamanzati! - Update the setup command to configure VS Code with the unifiedjs/tsTypeScript settings. -
#742
939a049Thanks @RezaOwliaei! - Update README to replace deprecated VSCode TypeScript settings (typescript.tsdkandtypescript.enablePromptUseWorkspaceTsdk) with the current recommended configuration.