The respository contains the VS Code Extension of the STPA-DSL.
The following steps are required to start developing:
- Install Node.js and yarn.
- Run
yarn
in the root folder to install all dependencies. - Run the "Run STPA Extension" launch configuration.
- A VS Code instance with the STPA-DSL extension should be started.
For development on a Linux system the "copy-language-server" and "copy-webview" script in the package.json in the extension folder must be adjusted.