AREPL-vscode icon indicating copy to clipboard operation
AREPL-vscode copied to clipboard

Program python in real-time

Results 131 AREPL-vscode issues
Sort by recently updated
recently updated
newest added

**Is your feature request related to a problem? Please describe.** I love AREPL so much! It would be great to run it without VS-Code. Bash example: ``` $ arepl my_file.py...

enhancement

Can we hide this section completely ? I want to use Arepl in my tutorial videos. It would be great if that message not shown. ![image](https://user-images.githubusercontent.com/30555691/118276397-dbe5b000-b4dc-11eb-94c6-37e13bc9e7b7.png)

enhancement
has-workaround

I am using VS code with Python 3.7.6 64-bit. The code below run in termial fine ( prints the array) however, it returns error below using AREPL. ```python import numpy...

bug
has-workaround

**Describe the bug** I don't have CAT button in the toolbar as you can notice in the snaphot **Expected behavior** Having cat button **Screenshots** ![AREPL-VSC_002](https://user-images.githubusercontent.com/8447864/112468094-2ada5900-8d68-11eb-8e62-7dce74b63725.jpg) **Other Information (please complete the...

bug
UI

Good for programming practice and arepl marketing, kill two birds with one stone.

marketing

**Describe the bug** Error ERR_STREAM_DESTROYED occurs when trying to use ARPEL with pipenv. **To Reproduce** - Create pipenv environment - Point python interpreter to pipenv - Start typing - See...

For some reason the vscode settings api returns the python path in windows even if you are in WSL. The windows path might not work in WSL. I've asked slack...

bug

**Describe the bug** Hello, I'm currently studying python and I've noticed that AREPL isn't showing all the infos of certain variables that I created and also in a weird order,...

bug

Windows 10, Anaconda 3.7 64bit, pretty fresh VSCode setup with the official Python plugins and this. Attempting to start up AREPL kicks out this error. Nothing shows up in the...

spawning

dependency on https://github.com/Almenon/AREPL-vscode/issues/324 I tested it with below and it worked! ```typescript return { range, hoverMessage: `Traceback (most recent call last): line 2, in ValueError: foo`, renderOptions: { after: {...

enhancement
inline
testing