Skip to content

Latest commit

 

History

History
31 lines (17 loc) · 999 Bytes

DEVELOP.md

File metadata and controls

31 lines (17 loc) · 999 Bytes

Installation options

The extension is currently being developed and built using Node.js 20 LTS.

"Run and Debug" the source code from inside VS Code

This opens a separate VS Code window with the extension activated. It does not integrate the extension into your current VS Code instance.

Package and install the extension

Create a .vsix file from the source code:

  • Open a terminal. In it, run:

    • npm clean-install

    • npx vsce package -o mateo-vscode.vsix

  • Install mateo-vscode.vsix:

    • In VS Code, open the "Extensions" sidebar

    • From the options icon (3 dots: "...") choose "Install from VSIX"

    • Select the desired mateo-vscode.vsix

Alternatives to get the VSIX file