vscode/extensions/powershell/cgmanifest.json

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

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-11-02 14:27:57 +00:00
"commitHash": "742f0b5d4b60f5930c0b47fcc1f646860521296e"
}
},
"license": "MIT",
2019-08-05 10:44:23 +00:00
"version": "1.0.0"
}
],
"version": 1
2019-09-02 09:39:10 +00:00
}