Skip to content

Commit

Permalink
vimcode: Update to version 1.95.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Oct 29, 2024
1 parent d0611f9 commit f14ca01
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions bucket/vimcode.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
version: 1.94.2
version: 1.95.0
description: Portable code for vim education
homepage: https://code.visualstudio.com
license:
identifier: Freeware
url: https://code.visualstudio.com/License
changelog: https://code.visualstudio.com/updates/v1_94
changelog: https://code.visualstudio.com/updates/v1_95
depends: vim
architecture:
64bit:
url: https://update.code.visualstudio.com/1.94.2/win32-x64-archive/stable#/cosi.zip
hash: a352644fda2d5d2a44baf866037ce0663a80b80c5b861708c6745a22678051df
url: https://update.code.visualstudio.com/1.95.0/win32-x64-archive/stable#/cosi.zip
hash: 0ad888c558147bc2cd22afd85be536b25fbe8cfca062980978bbb2b0bd7434db
arm64:
url: https://update.code.visualstudio.com/1.94.2/win32-arm64-archive/stable#/cosi.zip
hash: 810a7736f5bd71ece8a21764327e73273ceb9997fdcad4b1dc9c49e1572c4968
url: https://update.code.visualstudio.com/1.95.0/win32-arm64-archive/stable#/cosi.zip
hash: 523a978aa6d7f0d2c41a0582123030c2bd0362ce229271cb2aadc8b64f4e9b79
pre_install: |
if (!(Test-Path -LiteralPath "$persist_dir\data" -PathType 'Container')) {
@('tmp', 'user-data', 'extensions') | ForEach-Object { Confirm-DirectoryExistence "$dir\data\$_" | Out-Null }
Expand Down

0 comments on commit f14ca01

Please sign in to comment.