This is the official extension for programming in Lever language.
It associates '.lc' files to lever and provides syntax coloring for them.
It provides a debug utility to run Lever programs.
User configuration entry "lever.runtime_path" is required, it should point out to the directory where lever's runtime is.
You can obtain yourself a runtime by downloading it from the website.
This extension contributes the following settings:
lever.runtime_path
: The folder path to the runtime the editor should use.
You can use ${file}
in the "program"
-option to have your environment run the currently opened file.
The "lever_path" in its default setting is supplied from the extension's settings. If your project should use some custom runtime, you can write it here.
It can run them, but it cannot debug lever programs. This appreciated feature will come in the next milestone.
Ridiculously bad release.
Humiliatingly bad release.
The first almost proper release, for now.
It was found out that the launch.json
file generated by this plugin was broken due to changes in the syntax of the file. This patch fixes the problem.