Skip to content

cheery/vscode-lever

Repository files navigation

vscode-lever README

This is the official extension for programming in Lever language.

Features

It associates '.lc' files to lever and provides syntax coloring for them.

It provides a debug utility to run Lever programs.

Requirements

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.

Extension Settings

This extension contributes the following settings:

  • lever.runtime_path: The folder path to the runtime the editor should use.

Useful tips

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.

Known Issues

It can run them, but it cannot debug lever programs. This appreciated feature will come in the next milestone.

Release Notes

0.0.1

Ridiculously bad release.

0.0.2

Humiliatingly bad release.

0.0.3

The first almost proper release, for now.

0.5.1

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.

Github

http://github.com/cheery/vscode-lever

About

Lever programming tools for Visual Studio Code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published