fix: remove recommendationsUrl

This commit is contained in:
Baptiste Augrain
2022-12-02 20:31:45 +01:00
parent f781310c69
commit ee8c7f094a
4 changed files with 14 additions and 22 deletions

View File

@@ -64,7 +64,6 @@ With the following environment variables:
- `VSCODE_GALLERY_CACHE_URL='https://vscode.blob.core.windows.net/gallery/index'`
- `VSCODE_GALLERY_ITEM_URL='https://marketplace.visualstudio.com/items'`
- `VSCODE_GALLERY_CONTROL_URL=''`
- `VSCODE_GALLERY_RECOMMENDATIONS_URL=''`
Or by creating a custom `product.json` at the following location:
- Windows: `%APPDATA%\VSCodium` or `%USERPROFILE%\AppData\Roaming\VSCodium`
@@ -80,7 +79,6 @@ with the content:
"cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
"itemUrl": "https://marketplace.visualstudio.com/items",
"controlUrl": "",
"recommendationsUrl": ""
}
}
```