homebrew-cask/Casks/visual-studio-code.rb

20 lines
574 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'visual-studio-code' do
version '0.10.6-release'
2015-12-24 10:18:54 +08:00
sha256 '78d333e1e7ae9bffc84fa1c6a0dbc3e8530d85b62c3b318e6687eefec2b3ddf9'
2015-08-13 08:47:20 +08:00
# vo.msecnd.net is the official download host per the vendor homepage
url "https://az764295.vo.msecnd.net/public/#{version}/VSCode-darwin.zip"
name 'Microsoft Visual Studio Code'
homepage 'https://code.visualstudio.com/'
2015-11-19 00:04:46 +08:00
license :mit
auto_updates true
2015-08-13 08:47:20 +08:00
app 'Visual Studio Code.app'
zap :delete => [
'~/Library/Application Support/Code',
'~/Library/Caches/Code',
]
end