UnoRoute / vscode-nativescript-extend

This is Nativescript extend, a visual studio code extension which helps create cross-platform mobile from snippets, fast context menu command and integrated emulator. Bring some feature Nativescript lacks in VSCode
MIT License
7 stars 0 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) [x] Fix the extension, submit an update to the marketplace 2) [x] 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

tenluap commented 5 years ago

Thanks for this info, I will work on the fix now. Thanks @auchenberg

tenluap commented 5 years ago

@auchenberg I reviewed my codes and found out that I installed a npm module called “download” that I didn’t use on my extension.

Please kindly review my extension and also remove it from the list on the blog.

I will really appreciate it and again thanks for the security update again.