vscode-flix
vscode-flix copied to clipboard
Support single-file?
What would it require to make the Flix extension work with a single file?
I can think of two approaches:
- We just grap the directory of the open file and use that as the base directory. Then we boot Flix as usual grabbing *.flix, src/ and test/.
- We add special handling for a single file (?)