Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 412 Bytes

File metadata and controls

27 lines (19 loc) · 412 Bytes

BBDEV VS Code Extension

Prerequisites

  • npm

Build

# at repository root directory
npm install
npm run compile

Test

  1. open extension.ts
  2. Press F5 to start debugging
  3. In the new VS Code window, Ctrl+Shift+P to open the command palette, and then type bbdev:xx to run the command.

Publish

# at repository root directory
npm install -g @vscode/vsce
vsce package