myxvisual / vscode-ts-uml

💻 Dynamic generates TypeScript UML diagrams to Visual Studio Code.
https://marketplace.visualstudio.com/items?itemName=myxvisual.vscode-ts-uml
MIT License
89 stars 14 forks source link

Your VS Code extension is affected by event stream and have been blocked #1

Closed auchenberg closed 5 years ago

auchenberg commented 5 years ago

Hi,

Kenneth here from the VS Code team.

Your extension is affected by https://code.visualstudio.com/blogs/2018/11/26/event-stream, and we have blocked your extension.

In order to enable your extension again the workflow is:

1) [ ] Fix the extension, submit an update to the marketplace 2) [ ] Send mail to VSMarketplace@microsoft.com and kennau@microsoft.com and notify us. 3) We will verify that the extension is okay 4) Our marketplace will publish the extension again and we'll remove the extension from the blocklist

/k

myxvisual commented 5 years ago

@auchenberg Hi, I have updated these code to solve this problem, please check it, thanks.