bitloops / bitloops-language-vscode

Bitloops Language VSCode Extension

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bitloops-language README

This is the README for the "bitloops-language" extension.

Features

This extension allows for color coding of the Bitloops language syntax. You can learn more about the Bitloops language at https://bitloops.org

Requirements

There are no additional requirements

Extension Settings

The Bitloops Language extension adds any VS Code settings through the contributes.configuration extension point.

This extension contributes the following settings:

  • bitloops.enable: Enable/disable this extension.

Running the application

  • Run yarn in this folder. This installs all necessary yarn modules in both the client and server folder
  • Open VS Code on this folder.
  • Press Ctrl+Shift+B to start compiling the client and server in watch mode.
  • Switch to the Run and Debug View in the Sidebar (Ctrl+Shift+D).
  • Select Launch Client from the drop down (if it is not already).
  • Press ▷ to run the launch config (F5).

Known Issues

No known issues.

What's New

0.4.7

Fixed hover error.


Enjoy!

About

Bitloops Language VSCode Extension

License:Other


Languages

Language:TypeScript 99.7%Language:Shell 0.3%