-
Notifications
You must be signed in to change notification settings - Fork 0
/
product.json
34 lines (34 loc) · 913 Bytes
/
product.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
{
"productConfiguration": {
"nameShort": "Inexor RGF Flow Editor",
"nameLong": "Inexor RGF Flow Editor",
"applicationName": "inexor-rgf-flow-editor",
"dataFolderName": ".vscode-web-sample",
"version": "0.9.1",
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item",
"resourceUrlTemplate": "https://openvsxorg.blob.core.windows.net/resources/{publisher}/{name}/{version}/{path}"
},
"extensionEnabledApiProposals": {
"vscode.vscode-web-playground": [
"fileSearchProvider",
"textSearchProvider"
]
}
},
"folderUri": {
"scheme": "memfs",
"path": "/sample-folder"
},
"additionalBuiltinExtensions": [
{
"scheme": "http",
"path": "/extensions/sample"
},
{
"scheme": "http",
"path": "/extensions/samplecmd"
}
]
}