Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>star-firstNew to Visual Studio Code? Get it now.
star-first

star-first

PDETs-dev

|
19 installs
| (0) | Free
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Introduction

  1. Created by Star Cao, this is the first extension for learning developing VS Code extension.
  2. 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`

Option #2. use the Command form

1. Press the keys `Ctrl+Shift+P` to open the Command Palette
2. Input command `SF create assessment from template`

create assessment file form 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

  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft