Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 678 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 678 Bytes

Microsoft Visual Studio Code Files

The .vscode directory contains files that are used by Visual Studio Code. They are useful for configuring Visual Studio Code and its extensions to work with this repository.

  • extensions.json file contains a list of recommended extensions for this repository.
  • launch.json file contains a list of launch configurations for debugging Bash scripts, Python scripts, and Gromacs compiled executables.
  • settings.json file contains settings for Visual Studio Code.
  • tasks.json file contains a list of tasks for building and compiling Gromacs.