-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproduct.json
More file actions
34 lines (33 loc) · 893 Bytes
/
product.json
File metadata and controls
34 lines (33 loc) · 893 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
33
34
{
"productConfiguration": {
"nameShort": "VSCode",
"nameLong": "Visual Studio Code",
"applicationName": "code-web-sample",
"dataFolderName": ".vscode-web-sample",
"version": "1.98.1",
"configurationDefaults": {
"files.autoSave": "off"
},
"extensionsGallery": {
"serviceUrl": "https://open-vsx.org/vscode/gallery",
"itemUrl": "https://open-vsx.org/vscode/item",
"resourceUrlTemplate": "https://open-vsx.org/vscode/asset/{publisher}/{name}/{version}/Microsoft.VisualStudio.Code.WebResources/{path}"
},
"extensionEnabledApiProposals": {
"vscode.vscode-web-playground": [
"fileSearchProvider",
"textSearchProvider"
]
}
},
"folderUri": {
"scheme": "webdavs",
"path": "dav.puter.com/"
},
"additionalBuiltinExtensions": [
{
"scheme": "https",
"path": "/myDav"
}
]
}