Skip to content

Commit ff2f8aa

Browse files
Update build
1 parent 8f938ee commit ff2f8aa

File tree

5 files changed

+5
-794
lines changed

5 files changed

+5
-794
lines changed

index.html

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -38,21 +38,11 @@
3838
"extensionsGallery": {
3939
"serviceUrl": "https://open-vsx.org/vscode/gallery",
4040
"itemUrl": "https://open-vsx.org/vscode/item",
41-
"resourceUrlTemplate": "https://openvsxorg.blob.core.windows.net/resources/{publisher}/{name}/{version}/{path}"
41+
"resourceUrlTemplate": "https://open-vsx.org/vscode/asset/{publisher}/{name}/{version}/Microsoft.VisualStudio.Code.WebResources/{path}"
4242
},
43-
"extensionEnabledApiProposals": {
44-
"vscode.vscode-web-playground": [
45-
"fileSearchProvider",
46-
"textSearchProvider"
47-
]
48-
}
4943
},
5044
5145
"additionalBuiltinExtensions": [
52-
{
53-
"scheme": "${location.protocol.slice(0,-1)}",
54-
"path": "${location.pathname.split("/").slice(0,-1).join("/")}/myExt"
55-
},
5646
{
5747
"scheme": "${location.protocol.slice(0,-1)}",
5848
"path": "${location.pathname.split("/").slice(0,-1).join("/")}/myDav"

0 commit comments

Comments
 (0)