Skip to content

@effect/language-service@0.87.0

Choose a tag to compare

@github-actions github-actions released this 13 Jul 09:22
f0c65e4

Minor Changes

  • #760 f1fca78 Thanks @mattiamanzati! - Add the flatMapToMap style diagnostic, which suggests replacing Effect.flatMap((value) => Effect.succeed(f(value))) with Effect.map((value) => f(value)).

Patch Changes

  • #762 5e71871 Thanks @mattiamanzati! - Enable skipLibCheck in the diagnostics test harness to reduce test runtime and memory usage.

  • #763 0dc8034 Thanks @mattiamanzati! - Update the setup command to configure VS Code with the unified js/ts TypeScript settings.

  • #742 939a049 Thanks @RezaOwliaei! - Update README to replace deprecated VSCode TypeScript settings (typescript.tsdk and typescript.enablePromptUseWorkspaceTsdk) with the current recommended configuration.