GitXplorerGitXplorer
M

homebrew-vscodium

public
5 stars
1 forks
0 issues

Commits

List of commits on branch master.
Unverified
ba6ee0263e8b1e572b413219de9a62226af7d6d0

Merge pull request Homebrew/homebrew-cask#193631 from Homebrew/font-poppins-latin-add-livecheck

kkhipp committed 2 months ago
Unverified
629581d9ea2cf031d57d709bec055763fab35973

Merge pull request Homebrew/homebrew-cask#193070 from amenomori/amemori

bbevanjkay committed 2 months ago
Unverified
b8d765fabb5a9b5b7e2e3b028a844bd8f06d6247

Merge pull request Homebrew/homebrew-cask#192932 from gwtaylor/shortwave

bbevanjkay committed 2 months ago
Unverified
0e2c8b60312fd3febb787fdefd98111b4d0833a2

Merge pull request Homebrew/homebrew-cask#193055 from Homebrew/macfuse-url-update

bbevanjkay committed 2 months ago
Unverified
02942c677f858826442d138c575dc2d9872adf7f

Merge pull request Homebrew/homebrew-cask#190984 from unshare/acronis-true-image-with-zap

bbevanjkay committed 2 months ago
Unverified
43270c347d839a7c80f7f4166ea2e6dd5f3ab93c

Merge pull request Homebrew/homebrew-cask#192265 from Homebrew/update-phpwebstudy

cchenrui333 committed 2 months ago

README

The README file for this repository.

VSCodium with original Visual Studio Code Extensions Gallery settings

This repository is a Homebrew Cask tap containing a version of VSCodium with its Extensions Gallery configuration pointing at the original Visual Studio Code Extensions Marketplace by Microsoft, rather than the new open-vsx one which has far fewer extensions available. The provided Cask formula uses the same binary as the main VSCodium formula, but with some overrides to the product.json settings file (as discussed in the VSCodium documentation) being automatically applied during installation.

Note that a recent VSCodium change added support for an external product.json file, so it is this file that is created instead of patching the file internal to the app bundle itself, as in previous versions of this repository.

Inspired by the following issues, for context:

Auto-updates were previously disabled during installation, but with the addition of the ability to use an external product.json, this is no longer a requirement and the default or existing settings are used. However, if you had this formula installed previously, auto-updates will not be automatically re-enabled for you and you must edit the update.mode key in your settings.json file accordingly.

Usage

brew install mplew-is/vscodium/vscodium-with-vscode-extensions

Updating and automation

A Makefile is provided with an update target to check the upstream Cask repository for updates and pull in the changes by applying a pre-defined patch to the upstream file. The homebrew-cask submodule is used and updated during this process to track which commit was last checked during the update as a reference for the next run.

This repository also has a GitHub Actions workflow to automatically run the make receipe periodically and automatically publish the changes to this repository.