This folder contains some helper files that speed up development within Visual Studio Code:
launch.json
describes the behaviour when debugging Python files within the repo.snippets/
contains code snippets for creating PolicyEngine constructs.
The snippets/
folder contains two files:
python.json
contains snippets for creating variables, formulas and initialising new variables files.yaml.json
contains snippets for creating tests and parameters.
There is a variety of extensions that automatically read in the code snippets, such as Project Snippets, or the same can be achieved by pasting the contents of the files into the user snippets files (accessible via CTRL+SHIFT+P and selecting Preferences: configure user snippets
).