Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 383 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (16 loc) · 383 Bytes

Flox VSCode Extention

Quick Start

Ensure you have "Extension Test Runner" installed in your VSCode. It should be a recommended extension for a blank VSCode installation.

$ cd git clone [email protected]/flox/flox-vscode.git;
$ cd flox-vscode;

# Enter Dev Shell
$ flox activate

# Lint 
$ npm run compile

# Run the tests
$ npm run test

# Build
$ npm run compile