Closed
Description
I'm using windows 10 with gfortran installed through msys2. I have set the location of gfortran as C:\msys64\usr\bin\gfortran.exe
. Extension like FORTRAN IntelliSense work without problem. However, linter doesn't work even for a simple code like the following
program main
implicit none
x = 1
y = 1
write(*,*) x
end program
The problem panel is empty. Whenever I save the file, the following information pops up in the console of developer tool:
[Extension Host] child process exited with code false
I have tried to add C:\msys64\usr\include
to the path of include, it doesn't help. Thanks for your help and I would like to provide other information needed.