lhl2617 / VSLilyPond

VSCode Extension for LilyPond
https://marketplace.visualstudio.com/items?itemName=lhl2617.vslilypond
90 stars 7 forks source link

LilyPond expects file argument #374

Open spamguy opened 3 months ago

spamguy commented 3 months ago

After following the recommended setup for LilyPond, no features within VSLilyPond work.

I am using OSX and installed LP:

  1. Ran brew install lilypond.
  2. Confirmed running lilypond worked.
  3. Reloaded VS.

I created a basic test.ily (also a .ly equivalent to check) file: { c }

Immediately in VS console I see an error: Intellisense failed with error TypeError [ERR_INVALID_ARG_VALUE]: The argument 'file' cannot be empty. Received ''

Compiling fails for the same reason.