Welcome to Fortran Runner for Visual Studio Code!FeaturesThe goal of this extension is to provide the user with an easy method to inject launch.json and tasks.json files into their project and run Fortran within Visual Studio Code. OperationQuite simply, open the command pallete (CTRL+Shift+P) and select (or enter) "Create Fortran Configuration". From there, head on to the Run & Debug menu and click the play button! To update the compiler path, similarly open the command pallete and enter "Update Fortran Compiler Path" then paste your new path! RequirementsThis extension does NOT provide debugging or language syntax capability. Please use another extension in tandem with this, such as "Modern Fortran". Assumed installation of GCC MinGW Fortran and C++. Helpful LinksMinGW Download: https://sourceforge.net/projects/mingw/ Modern Fortran (VSCode Syntax, Language Support): https://marketplace.visualstudio.com/items?itemName=fortran-lang.linter-gfortran I hope you enjoy this extension! Please let me know of any suggestions or bugs. |