-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 961 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 961 Bytes
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
{
"name": "123code",
"displayName": "123Code",
"publisher": "holgerimbery",
"description": "an extension pack for starting to develop without worrying about to destroy your machine",
"icon": "assets/logo256x256.png",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "https://github.com/the-cognitiveservices-ninja/123Code"},
"engines": {
"vscode": "^1.56.0"
},
"categories": [
"Extension Packs"
],
"extensionPack": [
"ms-vscode-remote.vscode-remote-extensionpack",
"github.remotehub",
"GitHub.codespaces",
"ms-vscode-remote.remote-ssh-edit",
"Alexey-Strakh.stackoverflow-search",
"ms-vscode.azure-account",
"ms-azuretools.vscode-azurevirtualmachines",
"ms-azuretools.vscode-docker",
"formulahendry.docker-explorer",
"cschleiden.vscode-github-actions",
"ms-vscode.PowerShell"
]
}