Use older vsce version, until microsoft fix false positives

This commit is contained in:
MarkoBosnjak98
2025-05-16 12:46:28 +02:00
parent 97ed745bd5
commit ee905a4e7e

View File

@@ -120,7 +120,7 @@ jobs:
cd tmp_extension
npm install
npm run compile:ts
npm install -g @vscode/vsce
npm install -g @vscode/vsce@3.3.2
npm run build
vsce package
cd ..