AREPL-vscode
                                
                                
                                
                                    AREPL-vscode copied to clipboard
                            
                            
                            
                        Program python in real-time
**Describe the bug** In arepl v1.0.24 the following error happens ``` Traceback (most recent call last): line 2, in OSError: [WinError 6] The handle is invalid ``` **To Reproduce** ```python...
Show exception name to the right of the line of code it comes from Split off from #3
They appear again when you edit the file but it is still a minor annoyance
**Is your feature request related to a problem? Please describe.** Users generally want to see the properties of the object, but with a reference object they have to reference the...
Thank you for giving me a nice extension but I have a question about how to apply #$save in part of whole codes like below: ```python import Calculate result1 =...
gitpod python instructions have a broken link `https://github.com/gitpod-io/django-locallibrary-tutorial` should be `https://gitpod.io/#https://github.com/gitpod-io/django-locallibrary-tutorial` Also in arepl instructions I need to specify that arepl.pythonPath should be `python3`
I've also been thinking about talking to duroktar about merging arepl/wolf. Arepl could stand to benefit with wolf's UI / inline style and in return I could rebrand arepl as...
next step: check if the code is actually different before restarting. For example, adding a space (in most scenarios) will not change the logic of the code, yet AREPL will...
i had howdoi installed but not requests so when howdoi was imported requests was not found and there was an error - but instead of going to telemetry and showing...