Open
Description
The Fortran Package Manager is a package manager and build system for Fortran developed by us. Modern Fortran should natively support it, allow for easy project setup, etc.
In the beginning we can use the ShellExecution
task that is already present to spawn instances of fpm, but in the long run we will need to write a CustomExecution
task to allow for shared states and a more tailored-made experience
TODO List (to be expanded)
This issue is still in its planning stages, so the TODO list might be expanded
- Typescript API design with fpm
- Spawn fpm in vscode tasks
- Ways for users to interact with FPM e.g. .toml, launch.json, settings.json?
- autodetection of fpm.toml
- Schema support for fpm.toml