gnikit

Results 172 comments of gnikit

> I'm not sure I quite understand the motivation for this PR. > From my perspective, there's the problem of discovering fortls on Windows, because it typically gets installed in...

So I had a chat a while back with the folks over at `ms-python.python` and afterwards I went ahead and started with PR https://github.com/fortran-lang/vscode-fortran-support/pull/824 (very deceptively named), which allows for...

Cheers @plevold, so this should be attached to the `integer :: i` AST node. If placed in the same line as `integer :: i` then it attaches correctly. I suspect...

Can you try and get the same error with the fortls command line interface. It should be something like this. What is the output of the command. ```sh fortls --debug_filepath...

Also turn on the Debug logging and post the complete output of the Modern Fortran OUTPUT channel (with the error).

`fortls` seems to be working okay. To be sure, using the the following VS Code settings, replicate in VS Code the behaviour that caused the error to be thrown and...

for windows both functions are technically wrong, the correct way according to the docs is `py`. I will leave a more detailed comment in the PR about all of this.

Thanks for the issue @warrenstephens, if I had to guess why that is I would say that it probably related to how we serve diagnostics and in general processes `BLOCK...

You would register a Folding Provider and then the language server (https://github.com/fortran-lang/fortls) would add a request for this that would include the start-end of scopes.