vscode-scala-syntax icon indicating copy to clipboard operation
vscode-scala-syntax copied to clipboard

Publish script failed

Open nicolasstucki opened this issue 4 years ago • 2 comments

https://github.com/scala/vscode-scala-syntax/actions/runs/1435415593

I had to update the extension manually through https://marketplace.visualstudio.com/manage

nicolasstucki avatar Nov 09 '21 09:11 nicolasstucki

Looks like maybe marketplace tokens are outdated? Or maybe vsce parameters changed? I see that we are using "vsce": "^1.93.0" - it might be better to switch to "vsce": "1.93.0" and sue dependabot.

tgodzik avatar Nov 09 '21 10:11 tgodzik

The token was outdated at first, I updated it.

Then I started having a 401 failure and found https://github.com/microsoft/vscode-vsce/issues/11. The same happened locally when trying to publish manually with an updated version of vsce.

nicolasstucki avatar Nov 09 '21 10:11 nicolasstucki