Skip to content

Commit 8b57956

Browse files
committed
fixup: add missing slash in marketplace
1 parent 0c149bf commit 8b57956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patches/marketplace.diff

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Index: code-server/lib/vscode/src/vs/platform/extensionResourceLoader/common/ext
8282
private readonly _configurationService: IConfigurationService,
8383
) {
8484
- this._webExtensionResourceEndPoint = `${getRemoteServerRootPath(_productService)}/${WEB_EXTENSION_RESOURCE_END_POINT}/`;
85-
+ this._webExtensionResourceEndPoint = `/${WEB_EXTENSION_RESOURCE_END_POINT}`;
85+
+ this._webExtensionResourceEndPoint = `/${WEB_EXTENSION_RESOURCE_END_POINT}/`;
8686
if (_productService.extensionsGallery) {
8787
this._extensionGalleryResourceUrlTemplate = _productService.extensionsGallery.resourceUrlTemplate;
8888
this._extensionGalleryAuthority = this._extensionGalleryResourceUrlTemplate ? this._getExtensionGalleryAuthority(URI.parse(this._extensionGalleryResourceUrlTemplate)) : undefined;

0 commit comments

Comments
 (0)