Skip to content

Commit

Permalink
vimcode: Update to version 1.92.2
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Aug 15, 2024
1 parent 61df695 commit f1eb62c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions bucket/vimcode.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 1.92.1
version: 1.92.2
description: Portable code for vim education
homepage: https://code.visualstudio.com
license:
Expand All @@ -8,11 +8,11 @@ changelog: https://code.visualstudio.com/updates/v1_92
depends: vim
architecture:
64bit:
url: https://update.code.visualstudio.com/1.92.1/win32-x64-archive/stable#/cosi.zip
hash: 16131d84a2becf418b1cd8118a01f1d410159847c1ae2bc96be488a47598b244
url: https://update.code.visualstudio.com/1.92.2/win32-x64-archive/stable#/cosi.zip
hash: f4f4470d96371fe15b73e48956545697b0b6af465fff3543f752825caf00ef2c
arm64:
url: https://update.code.visualstudio.com/1.92.1/win32-arm64-archive/stable#/cosi.zip
hash: 2a608f0ff1027639bb44ed11a9d5b52273881e392e725a6554276d4393f0ad2d
url: https://update.code.visualstudio.com/1.92.2/win32-arm64-archive/stable#/cosi.zip
hash: 30dab4aeb3f0059c20e2cfc28f30b80eddd376f85426d110df2e8fd7aa74341a
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 f1eb62c

Please sign in to comment.