Description
First, thanks for such a great extension. I use it on every machine I have and it has been a life saver.
So I have installed Python 3.10 and also VS Code. I then installed the Modern Fortran extension.
When I open a F90 file with VS Code it displays a message that the fortran language server is not installed. Wen I right-click my document and choose Format Document it displays a message that findent is not installed. I click on the Install button on the message but nothing seems to happen.
In the terminal I have confirmed that all packages are installed. I cant quite figure out what I am doing wrong.
PS C:\Users\Dude> pip install fortran-language-server
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: fortran-language-server in c:\users\Dude\appdata\roaming\python\python310\site-packages (1.12.0)
PS C:\Users\Dude> pip install --upgrade findent
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: findent in c:\users\Dude\appdata\roaming\python\python310\site-packages (4.1.3)
PS C:\Users\Dude> pip install --upgrade fprettify
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: fprettify in c:\users\Dude\appdata\roaming\python\python310\site-packages (0.3.7)
Requirement already satisfied: configargparse in c:\Dude\467803\appdata\roaming\python\python310\site-packages (from fprettify) (1.5.3)