flix / vscode-flix

Apache License 2.0
20 stars 19 forks source link

File edits during startup are not picked up #408

Open sockmaster27 opened 1 month ago

sockmaster27 commented 1 month ago

If unsaved changes happen in the duration between a .flix-document being opened, and the extension starting up, the extension will not pick them up. Instead, the extension only looks at the saved contents until other changes happen, or the document is saved.