|
|
|
cask 'visual-studio-code-insiders' do
|
|
|
|
version '1.9.0,2cdc2b3da8f0fd5322b48747241584cf9dd98f8f'
|
|
|
|
sha256 'fa178715f091d2f0aa676f82eee77de67356725ce330973285fe5f5410ead9da'
|
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
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
|