Closed grisuthedragon closed 2 years ago
Dealing with very old style fortran codes, I have the following situation:
SUBROUTINE X() EXTERNAL LSAME LOGICAL LSAME .... END SUBROUTINE
where the language server claims
Error:Variable "LSAME" declared twice in scope
which is not an error in this case.
Duplicate of #169 This bug has been fixed in fortls(https://github.com/gnikit/fortls), a diverged fork I made from fortran-language-server
fortls
Thanks, I switched to your fork,
Dealing with very old style fortran codes, I have the following situation:
where the language server claims
which is not an error in this case.