-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stop limiting (unblock) language kernels to just python #1041
Comments
This might solve my issue as well. I am using functional programming Python variant Coconut as a IPython kernel extension. It's actually a transpiler, so not sure how easy it is to make the debugger run in Visual Studio Code. For syntax highlighting, I am using https://marketplace.visualstudio.com/items?itemName=Qwerp-Derp.vscode-coconut https://coconut.readthedocs.io/en/master/DOCS.html#ipython-jupyter-support |
@rchiodo May I check if this issue covers my use case please? Unlike https://github.com/microsoft/vscode-python/issues/5078, coconut is mostly python, with syntax highlighting accomplished by pygmentize.
Thanks in advance! https://github.com/microsoft/vscode-python is really great to use. The speed, variables explorer, 1-click icons for common tasks, and so on. |
Moving this to must fix for June. |
@dryprogrammer this should solve your use case. Theoretically this should fix microsoft/vscode-python#5078 as well, although debugging and the variable explorer will only work for python code. |
Thought it might be a good idea to only do this in the new kernel implementation (slower rollout).
But doesn't have to be just the raw kernel.
The text was updated successfully, but these errors were encountered: