lf-lang / vscode-lingua-franca

Lingua Franca extension for Visual Studio Code
Other
5 stars 3 forks source link

Files target property does not work within VS Code extension #41

Closed edwardalee closed 2 years ago

edwardalee commented 2 years ago

To replicate, open, for example, experimental-lingua-franca/Python/src/Pac-Man/PacMan.lf and invoke the compiler using Ctrl + Shift + P, then Lingua Franca:Build. You then have to hunt for the output, but I eventually found this:

image

This file compiles fine using lfc or Epoch.

lhstrh commented 2 years ago

I think this has to do with the very recent update of the files target property to allow referencing entire directories. The current version of the extension does not yet have that update. The new release will.

lhstrh commented 2 years ago

Closing this because it is not an issue on releases/v1.0.1