-
Notifications
You must be signed in to change notification settings - Fork 138
Expand file tree
/
Copy pathproduct.json
More file actions
32 lines (31 loc) · 763 Bytes
/
product.json
File metadata and controls
32 lines (31 loc) · 763 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
31
32
{
"productConfiguration": {
"nameShort": "VSCode Web Sample",
"nameLong": "VSCode Web sample",
"applicationName": "code-web-sample",
"dataFolderName": ".vscode-web-sample",
"version": "1.75.0",
"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": "/myExt"
}
]
}