|
|
|
cask 'visual-studio-code-insiders' do
|
|
|
|
version '1.13.0,f977399d58f7b64db35047fafe0c6e59e15f11d5'
|
|
|
|
sha256 'a97eefd661c0182164d6f6185ec473d9dbb758924beeac0b7ee44b845ef8ded4'
|
|
|
|
|
|
|
|
# az764295.vo.msecnd.net was verified as official when first introduced to the cask
|
|
|
|
url "https://az764295.vo.msecnd.net/insider/#{version.after_comma}/VSCode-darwin-insider.zip"
|
|
|
|
name 'Microsoft Visual Studio Code'
|
|
|
|
name 'VS Code - Insiders'
|
|
|
|
homepage 'https://code.visualstudio.com/insiders'
|
|
|
|
|
|
|
|
auto_updates true
|
|
|
|
depends_on macos: '>= :mavericks'
|
|
|
|
|
|
|
|
app 'Visual Studio Code - Insiders.app'
|
|
|
|
binary "#{appdir}/Visual Studio Code - Insiders.app/Contents/Resources/app/bin/code"
|
|
|
|
|
|
|
|
zap delete: [
|
|
|
|
'~/Library/Application Support/Code - Insiders',
|
|
|
|
'~/Library/Caches/Code - Insiders',
|
|
|
|
'~/Library/Caches/com.microsoft.VSCodeInsiders',
|
|
|
|
'~/Library/Caches/com.microsoft.VSCodeInsiders.ShipIt',
|
|
|
|
'~/Library/Preferences/com.microsoft.VSCodeInsiders.helper.plist',
|
|
|
|
'~/Library/Preferences/com.microsoft.VSCodeInsiders.plist',
|
|
|
|
]
|
|
|
|
end
|