Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-08 | Update to 1.90.0 | Sainnhe Park | |
2024-05-07 | Update to 1.89.0 | Sainnhe Park | |
2024-03-02 | Add path checking | Sainnhe Park | |
2024-03-01 | Update to 1.87.0 | Sainnhe Park | |
2023-12-10 | Update to 1.85.0 | Sainnhe Park | |
2023-10-09 | Update to 1.83.0 | Sainnhe Park | |
2023-09-19 | Update to 1.82.1 | Sainnhe Park | |
2023-08-13 | Update to 1.81.1 | Sainnhe Park | |
2023-05-06 | Update to 1.78.0 | Sainnhe Park | |
2023-02-15 | Update to 1.75.1 | Sainnhe Park | |
2022-11-04 | Update to 1.73.0 | Sainnhe Park | |
2022-10-09 | Update to 1.72.0 | Sainnhe Park | |
2022-08-06 | Support for extension tips | Sainnhe Park | |
2022-08-06 | Update to 1.70.0 | Sainnhe Park | |
The patch.sh has been completely rewritten, with more clear explanation in comment, detection for if product.json has already been patched and more keys in "extensionsGallery". | |||
2022-04-01 | Add new json keys | Sainnhe Park | |
- Add `linkProtectionTrustedDomains`. - Add `resourceUrlTemplate`. - Add `controlUrl`. | |||
2021-04-09 | set code-features as optdepends | Sainnhe Park | |
2021-04-06 | fix updating bug | Sainnhe Park | |
2021-04-06 | depend on code-features | Sainnhe Park | |
2021-04-05 | update pkgdesc | Sainnhe Park | |
2021-04-05 | fix sed command | Sainnhe Park | |
2021-04-05 | [Break Change] Unblock some extensions that are specific to the official build | Sainnhe Park | |
What this package did before this update is simply patching the `"extensionsGallery"` section in `/usr/lib/code/product.json` to let code oss use vscode marketplace. This can be implemented via patching from a single diff file. But I want to add an extra feature -- unblock some extensions that are specific to the official build. You may have noticed that some extensions like pylance and remote-ssh doesn't work in code oss, this can be fixed via patching the `"nameLong"` and `"extensionAllowedProposedApi"` section in `/usr/lib/code/product.json` (thanks to [@Lightsword](https://www.reddit.com/r/linux/comments/k0s8qw/vs_code_developers_prevent_running_the_new/gdmdqkb/)). But patching these two section can't be done via the `patch` command, because the generated diff file contains many parts that are frequently changed. That's said, a diff file will no longer work after a new version of vscode is released, so I have to use `sed` to manually patch it, but this will produce an error during this update as you may have already noticed. To fix it, execute the following commands: 1. Remove the product.json.orig file: `sudo rm /usr/lib/code/product.json.orig`. 2. Reinstall the `code` package: `sudo pacman -S code`. | |||
2020-12-05 | path detection | Sainnhepark | |
2020-12-05 | revert | Sainnhepark | |
2020-12-04 | rename patch file | Sainnhepark | |
2020-12-04 | use a shell script to run the hook | Sainnhepark | |
2020-12-04 | fix dependency | Sainnhepark | |
`code` and `vscodium-bin` are duplicated | |||
2020-12-04 | support vscodium-bin | Sainnhepark | |
2020-10-29 | update url and depends | Sainnhepark | |
2020-10-28 | init | Sainnhepark | |