From 41dd1334df0365d381e66723ab625ac0a952c49b Mon Sep 17 00:00:00 2001 From: Bill Ticehurst Date: Fri, 23 Feb 2024 08:13:17 -0800 Subject: [PATCH] Unpin vsce (#1197) The issue at https://github.com/microsoft/vscode-vsce/issues/929 is fixed now. I just tested locally and appears to work. If we can merge this, I'll run a dev build and publish via ADO to verify. --- .ado/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.ado/publish.yml b/.ado/publish.yml index fcbbe14110..7b213815f3 100644 --- a/.ado/publish.yml +++ b/.ado/publish.yml @@ -82,7 +82,7 @@ jobs: # Below VS Code extension build only needs to run on one platform (Linux x86_64 for now) - script: | - npm install -g @vscode/vsce@2.22.0 + npm install -g @vscode/vsce displayName: Install Prereqs for VSCode Extension # build steps @@ -297,7 +297,7 @@ jobs: displayName: Download VSCode Extension Artifact - script: | - npm install -g @vscode/vsce@2.22.0 + npm install -g @vscode/vsce displayName: Install Prereqs for VSCode Ext Publishing - script: |