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