https://github.com/mnikander/langium-trigger-actions
a DSL to add buttons and actions to a WebView inside a VS code extension
https://github.com/mnikander/langium-trigger-actions
Last synced: 11 months ago
JSON representation
a DSL to add buttons and actions to a WebView inside a VS code extension
- Host: GitHub
- URL: https://github.com/mnikander/langium-trigger-actions
- Owner: mnikander
- License: mit
- Created: 2025-01-14T15:54:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-24T09:53:07.000Z (over 1 year ago)
- Last Synced: 2025-01-24T10:30:16.747Z (over 1 year ago)
- Language: TypeScript
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tigger actions
A DSL for triggers which execute actions.
An example could be to click a button to display some text.
## Setup
1. Setup Langium on your machine: https://www.npmjs.com/package/langium
2. Clone this repo
3. Build using the task in vscode (or execute `npm run langium:generate && npm run build` in a terminal)
4. Run the resulting program in vscode, to start a new vscode window which has the extension for 'First Lambda' loaded
5. In this new vscode window, open a .fla file in the example/ directory to try out syntax highlighting and auto-completion