vscode-scala-syntax
vscode-scala-syntax copied to clipboard
Publish script failed
https://github.com/scala/vscode-scala-syntax/actions/runs/1435415593
I had to update the extension manually through https://marketplace.visualstudio.com/manage
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.
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.