microsoft / vsmarketplace

Customer feedback and issue tracker repository for Visual Studio Marketplace
MIT License
39 stars 10 forks source link

Getting TF400898: An Internal Error Occurred. while publishing an extension #258

Open odockal opened 2 years ago

odockal commented 2 years ago

Hello, we have an issue while trying to publish an extension using vsce:

$ vsce --version
2.5.0
$ node --version
v14.18.0
$ vsce publish -p xxx --packagePath tekton-pipelines-1.0.0-72159.vsix
 INFO  Publishing 'redhat.vscode-tekton-pipelines v1.0.0'...
 ERROR  TF400898: An Internal Error Occurred. Activity Id: c69fa9bd-5a8c-4543-9cb9-aa38f81a3cf1.
fbricon commented 2 years ago

It'd be nice if server-side errors were propagated to the client side, so if the issue is caused by a malformed vsix, we'd be able to see and fix it. TF400898 code is not helpful.