-
Notifications
You must be signed in to change notification settings - Fork 14
Installation
📖 Table of Contents
Before installing bigER, make sure the following installation requirements are met:
- VS Code 1.46.0 or later
- Java JDK 11 or later
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.
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.
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.
Usage
Development