finadvise-configuration
Support for editing finadvise configuration sources.
Features
- JSON syntax validation for Form Definitions (fileMatch:
**/config/**/forms/*.json )
- JSON syntax validation for Questionnaire Definitions (fileMatch:
**/config/**/questionnaires/*.json )
Preview
- Open the new form/questionnaire json config file
- Run your command from the command palette by pressing (
Ctrl+Shift+P or Cmd+Shift+P on Mac) and typing Form Preview .
- A new webview will be opened, it will display the form/questionnaire defined in the active text editor
Requirements
To access local resources, you must have VS code extension Live Server installed.
https://marketplace.visualstudio.com/items?itemName=ritwickdey.LiveServer
Extension Settings
n/a
Known Issues
n/a
Release Notes
0.0.2
Initial release of finadvise-configuration.
- Form definition syntax validation
- Questionnaire definition syntax validation
0.0.4
Include preview of both Forms and Questionnaires in VS code Webviews
| |