Skip to content

Respect XDG Base Directory Specification #1132

Open
@lorenzleutgeb

Description

@lorenzleutgeb

Please do not write to ~/.quint:

function quintConfigDir(): string {
return path.join(os.homedir(), '.quint')
}

That should be $XDG_CONFIG_HOME/.quint. Refer to https://specifications.freedesktop.org/basedir-spec/basedir-spec-latest.html

There's probably a library you can use...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions