Skip to content

Lockfile association as a JSON file #1

@jaudiger

Description

@jaudiger

There is a trick for an end-user to associate the lockfile as a JSON file with the following vscode settings:

{
    "files.associations": {
        "**/brioche.lock": "json"
    }
}

But it would be nice if it's directly embeds in the extension.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions