RASCI DSL for VS CodeWrite RASCI responsibility matrices as plain text and get immediate visual feedback while you edit. This extension provides language support and live preview for the RASCI DSL. Features
Quick Start
Commands
Keybinding
Available when the active editor language is Settings
Parse errors always stop rendering. RASCI in MarkdownRASCI code fences are highlighted in Markdown files:
InstallMarketplaceInstall from the VS Code Marketplace: Or search for Manual (VSIX)
Limitations
DevelopmentDeveloper notes: README.developers.md From
Launch Extension Development Host in VS Code ( Packaging and PublishingCreate a
This runs build + Related
Live Preview DetailsBeyond this VS Code preview panel, the main repository ships a browser live preview site and component demo:
The browser site uses docs-local module copies of the parser and renderers: Those docs modules are synced from the main ../src directory via the docs build flow. LicenseMIT License Copyright (c) 2026 Mark Lubkowitz Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. |