DonJayamanne / vscodeJupyter

Jupyter for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=donjayamanne.jupyter
MIT License
334 stars 34 forks source link

We plan to feature your VS Code extension! #108

Closed auchenberg closed 6 years ago

auchenberg commented 6 years ago

Hi,

It's Kenneth from VS Code. I'm reaching out to tell you that we plan to feature your awesome VS Code extension on our marketplace https://marketplace.visualstudio.com/#VSCode in the next iteration. I'm opening an issue here as there seem to many contributors on this extension, and I'm not sure who the rightful owner is.

Please work with your community to resolve any major issues, as you'll probably see a significant bump in new users trying your extension.

Thanks for the great work, and happy coding!

/k


Kenneth Auchenberg Visual Studio Code Program Manager, Microsoft

DonJayamanne commented 6 years ago

I'm the owner of this extension. Awesome looking forward to this.

osya commented 6 years ago

@auchenberg , if you interested in this extension, then why you (VS Code development team) duplicated some functionality from this extension in the vscode-python:? Conflicting commands which exists in both extensions: runSelectionLine, execCurrentCell, execCurrentCellAndAdvance, gotToPreviousCell, gotToNextCell

DonJayamanne commented 6 years ago

@osya Jupyter was originally part of the phon extension then later removed from the Python extension as it didn't make sense leaving it in there ( it wasn't a python specific feature applied to other languages as well). This was before python extension was maintained by myself, now it's maintained by a separate team at Microsoft, one that I'm a part of. Also it's not the vscode team).

I guess it's time to remove those warning messages now.

The commands were left in there so that people people who upgraded to just python extension will get a message informing them to install the Jupiter extension.