25 lines
688 B
JSON
25 lines
688 B
JSON
|
{
|
||
|
"name": "powershell-pack-endplaystudio",
|
||
|
"license": "LICENSE",
|
||
|
"displayName": "PSPack by END PLAY",
|
||
|
"description": "Extension Pack for Powershell with addons END PLAY Studio uses.",
|
||
|
"version": "0.0.1",
|
||
|
"publisher": "ENDPLAYStudio",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://git.end-play.xyz/profitroll/VSCodePowershell"
|
||
|
},
|
||
|
"engines": {
|
||
|
"vscode": "^1.46.0"
|
||
|
},
|
||
|
"categories": [
|
||
|
"Extension Packs"
|
||
|
],
|
||
|
"extensionPack": [
|
||
|
"ionutvmi.reg",
|
||
|
"ironmansoftware.powershellprotools",
|
||
|
"ms-vscode.powershell",
|
||
|
"pspester.pester-test",
|
||
|
"tobysmith568.run-in-powershell"
|
||
|
]
|
||
|
}
|