Skip to content

Commit

Permalink
Use async find provider only for file scheme (#230592)
Browse files Browse the repository at this point in the history
* only use asyncfindprovider for file scheme

* add vscode remote
  • Loading branch information
benibenj committed Oct 27, 2024
1 parent 6e123c7 commit 156c61a
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions product.overrrides.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"extensionsGallery": {
"nlsBaseUrl": "https://www.vscode-unpkg.net/_lp/",
"serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
"searchUrl": "https://marketplace.visualstudio.com/_apis/public/gallery/searchrelevancy/extensionquery",
"servicePPEUrl": "https://marketplace.vsallin.net/_apis/public/gallery",
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items",
"publisherUrl": "https://marketplace.visualstudio.com/publishers",
"resourceUrlTemplate": "https://{publisher}.vscode-unpkg.net/{publisher}/{name}/{version}/{path}",
"controlUrl": "https://az764295.vo.msecnd.net/extensions/marketplace.json"
}
}

0 comments on commit 156c61a

Please # to comment.