-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1001 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
{
"name": "extpack-4203a5em-powershell",
"displayName": "420-3A5-EM Automatisation de tâches",
"description": "Extensions pour le cours 420-3A5-EM Automatisation de tâches",
"publisher": "vcarrier",
"icon": "images/ada-posh.png",
"homepage": "https://info.cegepmontpetit.ca",
"version": "0.1.1",
"repository": {
"type": "git",
"url": "https://github.com/vcarrier/extpack-4203a5em-powershell"
},
"engines": {
"vscode": "^1.68.1"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"MS-CEINTL.vscode-language-pack-fr",
"ms-vscode.powershell",
"tobysmith568.run-in-powershell",
"pspester.pester-test",
"eamodio.gitlens",
"github.classroom",
"GitHub.vscode-pull-request-github",
"rangav.vscode-thunder-client",
"DotJoshJohnson.xml",
"nickdemayo.vscode-json-editor",
"heaths.vscode-guid",
"ms-vscode.hexeditor",
"LouisWT.regexp-preview",
"MartinFliegner.dark-powershell-theme"
]
}