Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
microsoft
GitHub Repository: microsoft/vscode
Path: blob/main/extensions/docker/cgmanifest.json
5251 views
1
{
2
"registrations": [
3
{
4
"component": {
5
"type": "git",
6
"git": {
7
"name": "language-docker",
8
"repositoryUrl": "https://github.com/moby/moby",
9
"commitHash": "bea959c7b793b32a893820b97c4eadc7c87fabb0",
10
"tag": "28.3.3"
11
}
12
},
13
"license": "Apache-2.0",
14
"description": "The file syntaxes/docker.tmLanguage was included from https://github.com/moby/moby/blob/master/contrib/syntax/textmate/Docker.tmbundle/Syntaxes/Dockerfile.tmLanguage.",
15
"version": "28.3.3"
16
}
17
],
18
"version": 1
19
}
20
21