Describe the bug
I'm on Mac and I'm trying to install both VSCode and VSCodium using Homebrew and I get the following error:
➜ ~ brew cask install visual-studio-code
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> Updated Casks
odrive
==> Downloading https://update.code.visualstudio.com/1.49.1/darwin/stable
Already downloaded: /Users/alex/Library/Caches/Homebrew/downloads/eeb0142ac77bb0a08e95a4bdbd0afbaf9b826f77d5bbb9889800ead4ae0260f7--VSCode-darwin-stable.zip
==> Verifying SHA-256 checksum for Cask 'visual-studio-code'.
==> Installing Cask visual-studio-code
==> Moving App 'Visual Studio Code.app' to '/Applications/Visual Studio Code.app'.
==> Linking Binary 'code' to '/usr/local/bin/code'.
🍺 visual-studio-code was successfully installed!
➜ ~ brew cask install vscodium
Updating Homebrew...
==> Auto-updated Homebrew!
Updated 1 tap (homebrew/cask).
==> Updated Casks
tinymediamanager
Error: Cask 'vscodium' conflicts with 'visual-studio-code'.
➜ ~
Please confirm that this problem is VSCodium-specific
brew command and the other one by downloading directly from the corresponding browser link.brew commands.To Reproduce
Steps to reproduce the behavior:
brew cask install visual-studio-code or brew cask install vscodiumScreenshots

Desktop (please complete the following information):
I experience the same on macOS Catalina
It's reporting a conflict due to this line in the cask formula: https://github.com/Homebrew/homebrew-cask/blob/master/Casks/vscodium.rb#L12 Perhaps someone added that for a reason :smile: I don't think they should conflict since they use different data folders.
Feel free to open an issue/PR in that repo (nothing in this repo affects the cask formula).
Most helpful comment
I experience the same on macOS Catalina