https://github.com/bitloops/bitloops-language-vscode
Bitloops Language VSCode Extension
https://github.com/bitloops/bitloops-language-vscode
Last synced: about 1 year ago
JSON representation
Bitloops Language VSCode Extension
- Host: GitHub
- URL: https://github.com/bitloops/bitloops-language-vscode
- Owner: bitloops
- License: other
- Created: 2022-08-05T06:56:18.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T11:46:57.000Z (almost 3 years ago)
- Last Synced: 2025-03-26T20:51:22.766Z (about 1 year ago)
- Language: TypeScript
- Size: 685 KB
- Stars: 3
- Watchers: 2
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# 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](https://code.visualstudio.com/docs/editor/tasks#:~:text=The%20first%20entry%20executes,the%20HelloWorld.js%20file.).
- 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!**