effekt-lang/effekt-vscode

Example syntax for capture inlay hints setting is outdated

Open

#156 opened on 2025年11月6日

GitHub で見る
 (0 comments) (1 reaction) (0 assignees)TypeScript (5 forks)auto 404
buggood first issue

Repository metrics

Stars
 (5 stars)
PR merge metrics
 (PR metrics pending)

説明

Captures example in Effekt VSCode settings uses the following outdated syntax:

The current syntax is (where ' is used to indicate the inlay hint part, the real syntax is unquoted - better ideas welcome):

def main() 'at {io}': Unit = println("Hello Effekt!")

The following part of package.json needs to be adjusted: https://github.com/effekt-lang/effekt-vscode/blob/master/package.json#L153

コントリビューターガイド