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