-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (36 loc) · 1004 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
36
37
38
39
{
"name": "code-netpack",
"displayName": "Code NetPack",
"description": "VS Code extension packages for .NET development",
"version": "0.0.3",
"engines": {
"vscode": "^1.60.0"
},
"categories": [
"Extension Packs"
],
"publisher": "scheiblingco",
"private": false,
"icon": "images/icon128.png",
"repository": {
"type": "git",
"url": "https://github.com/scheiblingco/code-netpack"
},
"bugs": {
"url": "https://github.com/scheiblingco/code-netpack/issues"
},
"author": {
"name": "Scheibling Consulting",
"email": "[email protected]"
},
"extensionPack": [
"ms-dotnettools.vscode-dotnet-runtime",
"ms-dotnettools.csharp",
"ms-dotnettools.csdevkit",
"ms-dotnettools.vscodeintellicode-csharp",
"hbenl.vscode-test-explorer",
"formulahendry.dotnet-test-explorer",
"patcx.vscode-nuget-gallery",
"GitHub.copilot"
]
}