provides palette commands, and a simple status bar button
for compiling any currently open yue
script, and/or project.
Open your command palette with
CTRL
+SHIFT
+P
Run this Yuescript
Compile this Yuescript
Compile all Yuescripts (in this directory)
Compile all Yuescripts & Run LOVE2D (in this directory)
-
Install
yuescript
-
Ensure that
yue
is visible within yourPATH
. -
If you want
LÖVE2D
support, install it, and add it to yourPATH
.
yuescriptrunner.defaultAction
yuescriptrunner.reFocusDocument
yuescriptrunner.iconOnly
yuescriptrunner.dumpGlobals
yuescriptrunner.dumpToStdout
yuescriptrunner.targetLuaVersion
yuescriptrunner.useMinification
yuescriptrunner.useSpacesInstead
yuescriptrunner.reserveComments
yuescriptrunner.writeLineNumbers
yuescriptrunner.dumpCompileTime
yuescriptrunner.useImplicitReturn
yuescriptrunner.matchLineNumbers
yuescriptrunner.loveExecutable
Help out by reporting any issues to the Github
- If you try to use
LÖVE2D
without it being installed, an error will occur.
Enjoy!