Effect CommunityEC
Effect Community2y ago
9 replies
Great Britton

Expanding VS Code's Type Definition Length

How do you expand VS code's type definition length? I want to be able to see the full type definition without the
[...][]>


const updateImagesChampion: (version: string, championName: string) => (ddragonChampion: DdragonChampion) => Effect.Effect<FileSystem, HttpClientError | PlatformError | SaveFileError, [...][]>
Was this page helpful?