-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 919 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
{
"name": "pack",
"displayName": "pack",
"description": "packing extensions",
"version": "1.1.0",
"publisher": "talshalti",
"engines": {
"vscode": "^1.51.0"
},
"categories": [
"Extension Packs"
],
"repository": {
"directory": ".",
"type": "git",
"url": "https://github.com/talshalti/pack.git"
},
"extensionPack": [
"donjayamanne.python-extension-pack",
"cschlosser.doxdocgen",
"eamodio.gitlens",
"jeff-hykin.better-cpp-syntax",
"jock.svg",
"llvm-vs-code-extensions.vscode-clangd",
"ms-vscode-remote.remote-ssh",
"ms-vscode-remote.remote-ssh-edit",
"ms-vscode.cpptools-themes",
"ms-vscode.cmake-tools",
"talshalti.netron",
"shardulm94.trailing-spaces",
"matepek.vscode-catch2-test-adapter",
"ms-vscode.cpptools"
]
}