VSCodePowershell/package.json

26 lines
715 B
JSON
Raw Normal View History

2023-05-23 13:12:01 +03:00
{
"name": "powershell-pack-endplaystudio",
2023-05-23 13:48:43 +03:00
"icon": "icon.png",
2023-05-23 13:12:01 +03:00
"license": "LICENSE",
"displayName": "PSPack by END PLAY",
"description": "Extension Pack for Powershell with addons END PLAY Studio uses.",
2023-07-27 16:36:35 +03:00
"version": "0.0.3",
2023-05-23 13:12:01 +03:00
"publisher": "ENDPLAYStudio",
"repository": {
"type": "git",
2023-05-23 14:14:55 +03:00
"url": "https://git.end-play.xyz/endplaystudio/VSCodePowershell"
2023-05-23 13:12:01 +03:00
},
"engines": {
"vscode": "^1.46.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"ionutvmi.reg",
"ironmansoftware.powershellprotools",
"ms-vscode.powershell",
"pspester.pester-test",
"tobysmith568.run-in-powershell"
]
}