-
Type: Bug
# Behaviour
My tests no longer show up due to a "pytest Discovery Error". I check the output (thanks for the link) and I see that it tries to use my environment, but then it outputs…
-
```
from subprocess import check_output
command = r'dir'
output = check_output(command, shell=True)
print(output)
```
This hangs in the debugger in 2024.12.0. However, it runs as expected from the…
-
I believe that the packages downloaded in a specific anaconda environment are not being recognized. I have tried to reinstall the package and the server after switching to different conda environments…
-
Type: Performance Issue
the window terminated unexpectedly vscode reason oom code -53687090, reinstalled visual studio but still getting error
VS Code version: Code 1.95.3 (f1a4fb101478ce6ec82fe962…
-
Hi, I'm interested in the Aird file type and am hoping to use the Python package to interface with MS files in comparison to other methods. I'd like to use the Python package for this but I can't figu…
-
## Environment
### Hardware Environment(`Ascend`/`GPU`/`CPU`): GPU
### Software Environment:
- **MindSpore version (source or binary)**: 2.2.14
- **Python version (e.g., Python 3.7.5)**: 3.…
-
Note: I could not get the Issue Reporter to work in vscode, so I had to use the feature-request link to create this.
# Behaviour
In Python 3.12 and above, when debugging tests, the `"justMyCode": fa…
-
# Crash report
### What happened?
A debug build will abort when calling `socket._fallback_socketpair()` after a call to `socket.setdefaulttimeout` with too high a value:
```python
python -c "import…
-
Type: Bug
# Behaviour
```
KeyboardInterrupt
>>> mport pandas as pd
```
Instead of
```
KeyboardInterrupt
>>> import pandas as pd
```
while selecting "import pandas as pd" and doing SHIFT + Enter
…
-
I am pretty new to VSCode so sorry in advance if I am not providing enough information.
I am using macOS Sonorama 14.5 using VSCode with:
Version: 1.95.3
Commit: f1a4fb101478ce6ec82fe9627c43efbf9e98…