Installation - borkdominik/bigER GitHub Wiki

📖 Table of Contents

  1. Prerequisites
  2. Install in VS Code
  3. Install from VSIX File

Prerequisites

Before installing bigER, make sure the following installation requirements are met:

  • VS Code 1.46.0 or later
  • Java JDK 11 or later

Install in VS Code

The easiest way to install the extension is by going to the Extensions View (Ctrl/⌘+Shift+ X) in VS Code and searching for 'bigER'. Click on the Install button and once the installation is finished, the extension is ready for use.

bigER extension in VS Code

Install from VSIX File

Another option is to install the extension is by using a .vsix file, which is available for every release of bigER on GitHub. The VSIX can be installed by executing the Extensions: Install from VSIX command or by navigating to the Extensions View and clicking on Install from VSIX... in the dropdown.


Install VSIX in VS Code

Alternatively, the VSIX file can also be installed from the CLI:

code --install-extension bigER-0.1.0.vsix

See the Extension Marketplace Guide in the VS Code documentation for more information about installing and managing extensions.

⚠️ **GitHub.com Fallback** ⚠️