-
Notifications
You must be signed in to change notification settings - Fork 34
/
vsixManifest.json
31 lines (31 loc) · 994 Bytes
/
vsixManifest.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
{
"$schema": "http://json.schemastore.org/vsix-publish",
"categories": [ "build" ],
"identity": {
"internalName": "conan-vs-extension"
},
"overview": "README.md",
"assetFiles": [
{
"pathOnDisk": ".github/readme/build-project.png",
"targetPath": ".github/readme/build-project.png"
},
{
"pathOnDisk": ".github/readme/search-packages.png",
"targetPath": ".github/readme/search-packages.png"
},
{
"pathOnDisk": ".github/readme/select-conan-executable.png",
"targetPath": ".github/readme/select-conan-executable.png"
},
{
"pathOnDisk": ".github/readme/tool-window-extension.png",
"targetPath": ".github/readme/tool-window-extension.png"
}
],
"priceCategory": "free",
"publisher": "conan-io",
"private": false,
"qna": false,
"repo": "https://github.com/conan-io/conan-vs-extension"
}