vscode-flix icon indicating copy to clipboard operation
vscode-flix copied to clipboard

Results 17 vscode-flix issues
Sort by recently updated
recently updated
newest added

[Error - 8:19:12 PM] Notification handler 'ext/replaceConfiguration' failed with message: Cannot set properties of undefined (setting 'userConfiguration')

bug

Outsources the reconnecting part to [reconnecting-websocket](https://www.npmjs.com/package/reconnecting-websocket), like it's done on play.flix.dev. Fixes #305

Not sure if this is a flix issue or a VSCode extension issue. If it is worth it I'd love to look into it, would appreciate some pointers :-)

bug

This adds a few tests for java method completions with placeholder snippet arguments. Related to flix/flix#8255.

We use `->` without space around it for struct field access: ![image](https://github.com/user-attachments/assets/a037cab1-bba2-40f2-be2e-bc4f41af15aa) @sockmaster27 Do you think it would be possible to give it a different color? I tried messing around...