Introduction
- Created by Star Cao, this is the first extension for learning developing VS Code extension.
- In this demo it shows how to create assessment from template.
How to use?
Option #1. use the shortcut directly
Press the keys: `Ctrl+Shift+C`
1. Press the keys `Ctrl+Shift+P` to open the Command Palette
2. Input command `SF create assessment from template`

Publish steps:
install vsce if not install it before.
npm install -g vsce
package the extension, a vsix file will be generated in the root folder
vsce package
upload the extension to market, it will ask you privade a token of accessing the publisher account. You can manaully upload it to market.
vsce publish
| |