Skip to content

Commit 9774e10

Browse files
authored
Remove outdated VSCode limitation in docs (#57)
Latest version of Pylance seems to have fixed the issue
1 parent 3666347 commit 9774e10

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/django_autotyping/stubbing/codemods/forward_relation_overload_codemod.py

-5
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,6 @@ class MyModel(models.Model):
6060
reveal_type(MyModel().nullable) # Revealed type is "Other | None"
6161
```
6262
63-
!!! info "Usage with VSCode"
64-
Auto-completion might not always work as expected, see this
65-
[issue](https://github.com/microsoft/pylance-release/issues/4428).
66-
67-
6863
??? abstract "Implementation"
6964
The following is a snippet of the produced overloads:
7065

0 commit comments

Comments
 (0)