Skip to content

Installing findent through pip with --user option #582

Closed
@ggerber

Description

@ggerber

I installed fortls v2.12.0 and findent v4.2.0 with pip on ubuntu 21.10.

findent is located at ~/.local/bin/findent
fortls is located at ~/.local/bin/fortls

~/.local/bin is on my PATH

I installed the Modern Fortran v3.2.0 extension in VSCode.

Every time I try to save the following file with unmatched indentation

program hello
    ! This is a comment line; it is ignored by the compiler
    print *, 'Hello, World!'
    end program hello

I get the VS Code message: "Installing findent through pip with --user option"
The indentation is not fixed on the "end program hello" line

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions