Skip to content

Latest commit

 

History

History
37 lines (25 loc) · 529 Bytes

DEVELOP.md

File metadata and controls

37 lines (25 loc) · 529 Bytes

Development

Prerequisites

  • Node.js
  • Visual Studio Code

Make the Extension Package

  1. Get the required files:

    npm install
  2. Make the package:

    vsce package
  3. A .vsix file is created in the current directory.

  4. Move (optional):

    mv fortify-formatter-*.*.*.vsix vsix

Install

  • Get the VSIX file.
  • Open VSCode.
  • Go to Extensions.
  • Click the "..." menu in the upper right corner.
  • Select "Install from VSIX...".
  • Select the VSIX file.