vscode/extensions/docker/cgmanifest.json

18 lines
497 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "language-docker",
"repositoryUrl": "https://github.com/moby/moby",
2024-12-06 23:55:37 +08:00
"commitHash": "c2029cb2574647e4bc28ed58486b8e85883eedb9"
}
},
2024-11-06 03:59:46 +08:00
"license": "Apache-2.0",
2018-11-16 00:43:46 +08:00
"description": "The file syntaxes/docker.tmLanguage was included from https://github.com/moby/moby/blob/master/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage.",
"version": "0.0.0"
}
],
"version": 1
2024-12-06 23:55:37 +08:00
}