This is the README for the "bitloops-language" extension.
This extension allows for color coding of the Bitloops language syntax. You can learn more about the Bitloops language at https://bitloops.org
There are no additional requirements
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.
- 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).
No known issues.
Fixed hover error.
Enjoy!