-
Notifications
You must be signed in to change notification settings - Fork 70
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
VS Code Python Extension #1074
Comments
thanks for the issue @mwilliams31! I suggest we implement two additional packages |
there are some existing packages for this it looks like? |
I don't think it hurts to have the |
@emtuls @emtuls is there something against using the community packages @day1player proposed so that we do not have to maintain the two extra packages? (I have just seen his proposal) We should add either the community packages or the .vm packages to the flare-vm default configuration. |
@Ana06 |
Details
Include the Python extension for VS Code. This installs two extensions: Pylance and Python Debugger. Without the Python Debugger extension (or similar), Python scripts cannot be debugged in VS Code.
Another extension to consider including is Jupyter.
The text was updated successfully, but these errors were encountered: