AiiDA VSCode Extension [IN DEVELOPMENT]A VSCode Extension for working with and exploring AiiDA repositories. SetupThe extension requires at least a PostgreSQL client to be running locally (see here for example), that can connect to a database running on an open port (usually 5432). Then a connection can be configured directly in the settings or using the setup helper: DevelomentTesting is run against a Docker compose environment, with Node.js version 12 and ava as the test runner. To run the tests, make sure you have Docker installed, then launch the containers:
Linting and tests can then be run after installing the node packages:
Note, when powering down the docker environment, its best to also remove the volumes:
|