There is a trick for an end-user to associate the lockfile as a JSON file with the following vscode settings: ```json { "files.associations": { "**/brioche.lock": "json" } } ``` But it would be nice if it's directly embeds in the extension.