Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 937 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 937 Bytes

VS Code Auxiliary Files

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.

Code Snippets

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).