From f1eb62c9e4e3b8dc543063a1f651f0712b24c4dc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 18:02:30 +0000 Subject: [PATCH] vimcode: Update to version 1.92.2 --- bucket/vimcode.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/vimcode.yml b/bucket/vimcode.yml index b70d03f2b1..8b7d656866 100644 --- a/bucket/vimcode.yml +++ b/bucket/vimcode.yml @@ -1,4 +1,4 @@ -version: 1.92.1 +version: 1.92.2 description: Portable code for vim education homepage: https://code.visualstudio.com license: @@ -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 }