-
Issue Type: Bug
# Behaviour
```
def try_this():
a=[]
b=[1,2,3]
for _ in enumerate(b):
for _ in enumerate(b):
a.append(3)
try_this()
```
put a breakpoint in the first li…
-
Issue Type: Bug
# Behaviour
```
def try_this():
a=[]
b=[1,2,3]
for _ in enumerate(b):
for _ in enumerate(b):
a.append(3)
try_this()
```
put a breakpoint in the first li…
-
Issue Type: Bug
0) using macOS. Preferably with 2 or more displays.
1) Open a VSCode window (let's call it "first") with any project and the (file) Explorer opened on a side bar.
2) Focus some o…
-
```python
src = {
'test': {
'a': 1,
'b': '2',
},
}
{key: {**value, 'c': False} for key, value in src.items()}
```
gives:
```
main.py:7: error: Argument 1 to "upd…
-
My IDE is Idea
I have tried many times.
**When i switch to flutter SDK 2.5,the code completion tip will take more time to come out...
But when I switch to flutter SDK 2.2.3,it come out very qui…
-
I have a multi line rclone command like that:
```
rclone mount x:/ /volume1/myCloud/x \
--config=/volume1/xxx/rclone.conf \
--umask 0000 \
--default-permissions \
--allow-non-empty \
…
-
Issue Type: Bug
turn on shell integration and close pwsh typing `exit`
a notification will appear saying that it terminated with code 633
![image](https://user-images.githubusercontent.com/436264…
-
Issue Type: Bug
This bug happens for us in a Unity project. However, I think any C# project should be able to reproduce it:
1. Create a breakpoint
2. Right click it and click "Edit Breakpoint…
-
reference (https://forums.developer.nvidia.com/t/are-there-steps-to-install-missed-numba/142323)
```
Collecting numba
Downloading numba-0.50.1.tar.gz (2.0 MB)
|█████████████████████████████…
-
I installed Zotero standalone, installed the zotxt add-on, and am now attempting to test out zotxt-emacs.
I installed via package-install, GNU Emacs 25.3.1 (x86_64-w64-mingw32), Windows 10 x64.
Ot…