vscode/extensions/powershell/cgmanifest.json

17 lines
324 B
JSON
Raw Normal View History

{
"registrations": [
{
"component": {
"type": "git",
"git": {
"name": "PowerShell/EditorSyntax",
2019-08-05 10:44:23 +00:00
"repositoryUrl": "https://github.com/PowerShell/EditorSyntax",
2021-03-29 13:10:29 +00:00
"commitHash": "c150c15cca30cafd2159e3f53514f93ccf4c5649"
}
},
"license": "MIT",
2019-08-05 10:44:23 +00:00
"version": "1.0.0"
}
],
"version": 1
2019-09-02 09:39:10 +00:00
}