Package Details: vscodium-bin-marketplace 1.76.0-1

Git Clone URL: https://aur.archlinux.org/vscodium-bin-marketplace.git (read-only, click to copy)
Package Base: vscodium-bin-marketplace
Description: Enable vscode marketplace in vscodium-bin
Upstream URL: https://marketplace.visualstudio.com/vscode
Licenses: unknown
Submitter: sperg512
Maintainer: Icelk
Last Packager: Icelk
Votes: 44
Popularity: 0.76
First Submitted: 2020-12-04 13:48 (UTC)
Last Updated: 2023-03-18 21:20 (UTC)

Dependencies (2)

Required by (0)

Sources (2)

Pinned Comments

Icelk commented on 2022-08-02 09:36 (UTC) (edited on 2023-02-13 15:26 (UTC) by Icelk)

This package should not be marked as out of date unless it stops working. If that's the case, proving a diff to get it working is hugely appreciated. See the latest comments for potential solutions and conversation regarding the issue.

Latest Comments

« First ‹ Previous 1 2 3 4 5 6 7

sperg512 commented on 2021-02-10 12:45 (UTC)

@coxackie actually, I think the product.json changed significantly. I just checked and it's the exact same as yours, though I'm not getting the same errors. Later today I'll get a fix out.

coxackie commented on 2021-02-10 11:13 (UTC)

@sperg512 If this issue happens only to me, feel free to unflag it from being out-of-date. It happened again with the 1.53.1 update. I don't know how it is possible that we get different product.json files...

coxackie commented on 2021-02-09 09:07 (UTC) (edited on 2021-02-09 09:07 (UTC) by coxackie)

My product.json starts with:

{
  "nameShort": "VSCodium",
  "nameLong": "VSCodium",
  "applicationName": "codium",
  "dataFolderName": ".vscode-oss",
  "win32MutexName": "vscodium",
  "licenseName": "MIT",
  "licenseUrl": "https://github.com/microsoft/vscode/blob/master/LICENSE.txt",
  "win32DirName": "VSCodium",
  "win32NameVersion": "VSCodium",

Lines 143-154 are

  "linkProtectionTrustedDomains": ["https://open-vsx.org"],
  "serverDataFolderName": ".vscode-server-oss",
  "commit": "8490d3dde47c57ba65ec40dd192d014fd2113496",
  "date": "2021-02-07T22:11:04.635Z",
  "checksums": {
    "vs/base/parts/sandbox/electron-browser/preload.js": "MUMCvm6iaIqaXHwrKp2iqw",
    "vs/workbench/workbench.desktop.main.js": "PEF0e60OlqpgNhUl8Tp8Mw",
    "vs/workbench/workbench.desktop.main.css": "BJFlGB2Mco0wkZ9J8NuHtg",
    "vs/workbench/services/extensions/node/extensionHostProcess.js": "v0mlOi9e/XiGfrdOxA7mYg",
    "vs/code/electron-browser/workbench/workbench.html": "FA7IN1fg7dReTGbMS997BQ",
    "vs/code/electron-browser/workbench/workbench.js": "i9bcRl/GLU9touwW05IMfA"
  }

I can change everything manually at this point, of course, but I do not understand how there is discrepancy from yours. I even did a complete clean install of vscodium-bin.

sperg512 commented on 2021-02-08 23:18 (UTC)

@coxackie interesting, what's in those lines in your product.json?

coxackie commented on 2021-02-08 23:12 (UTC)

After updating to 1.53.0, I get:

patching file /usr/share/vscodium-bin/resources/app/product.json
Hunk #1 FAILED at 1.
Hunk #2 succeeded at 152 with fuzz 2.
1 out of 2 hunks FAILED -- saving rejects to file /usr/share/vscodium-bin/resources/app/product.json.rej
error: command failed to execute correctly

Here are the contents of /usr/share/vscodium-bin/resources/app/product.json.rej:

*** product.json  2020-12-03 19:59:40.000000000 -0500
--- product_new.json    2020-12-04 08:39:09.547338599 -0500
***************
*** 1,9 ****
  {
    "serverDataFolderName": ".vscode-server-oss",
-   "linkProtectionTrustedDomains": ["https://open-vsx.org"],
    "extensionsGallery": {
!     "itemUrl": "https://open-vsx.org/vscode/item",
!     "serviceUrl": "https://open-vsx.org/vscode/gallery"
    },
    "quality": "stable",
    "keyboardShortcutsUrlWin": "https://go.microsoft.com/fwlink/?linkid=832145",
--- 1,9 ----
  {
    "serverDataFolderName": ".vscode-server-oss",
    "extensionsGallery": {
!     "serviceUrl": "https://marketplace.visualstudio.com/_apis/public/gallery",
!     "cacheUrl": "https://vscode.blob.core.windows.net/gallery/index",
!     "itemUrl": "https://marketplace.visualstudio.com/items"
    },
    "quality": "stable",
    "keyboardShortcutsUrlWin": "https://go.microsoft.com/fwlink/?linkid=832145",

sperg512 commented on 2021-02-08 21:36 (UTC)

@coxackie how does it fail for you? works for me currently

sperg512 commented on 2020-12-05 17:31 (UTC)

shit was gonna do that last night but forgot, thanks for reminding me

kruzah commented on 2020-12-05 13:53 (UTC)

Package currently depends on code, but should probably depend on vscodium-bin instead.