Overview Version History Q & A Rating & Review
Tickit Preview
Preview Tickit Templates.
The extension parses question json files and builds the survey-app state object.
The object gets encoded into a URI string and passed as a param into the survey app preview url:
https://staging.tickitforhealth.com/UI/#/template-viewer=encoded_survey_state
The app decodes the string and renders the state.
The extension opens a panel with the app iframe.
Development
yarn
Debug
Press F5, run "Launch Extension" command from command palette.
Test
Press F5, run "Launch Tests" command from command palette.
Publishing
Install vsce
, a command line tool for packaging, publishing and managing VS Code extensions.
npm install -g vsce
Get a Personal Access Token
Open https://dev.azure.com/tickithealth , go to the Security page
Select Personal access tokens and click New Token
Give the Personal Access Token a name, optionally extend its expiration date to 1 year, make it accessible to every organization
select a custom defined scope ruleset and click Show all scopes
scroll down the list of possible scopes until you find Marketplace and select both Acquire and Manage
Click Create and you'll be presented with your newly created Personal Access Token
Login and publish
vsce login tickithealth
vsce will ask you for the Personal Access Token and remember it for future commands.
vsce publish