You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.3 KiB
27 lines
1.3 KiB
cask 'visual-studio-code-insiders' do
|
|
version '1.20.0,08ec16001adaab8a86183431f6aec09209caa4ab'
|
|
sha256 '6ae796e2a9934419b5d068af23cd884807a9b670a71a5879dbfef5db5e8bcb33'
|
|
|
|
# az764295.vo.msecnd.net/insider was verified as official when first introduced to the cask
|
|
url "https://az764295.vo.msecnd.net/insider/#{version.after_comma}/VSCode-darwin-insider.zip"
|
|
appcast 'https://vscode-update.azurewebsites.net/api/update/darwin/insider/VERSION',
|
|
checkpoint: '0c1a2d39700bd1b8da5d1735ff6af2f82e2378555745ae3d87dbffffaa025c68'
|
|
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", target: 'code-insiders'
|
|
|
|
zap trash: [
|
|
'~/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
|
|
|