Add brainsteam/content/notes/2024/12/22/1734870255.md
Deploy Website / build (push) Successful in 35s Details

This commit is contained in:
ravenscroftj 2024-12-22 12:24:15 +00:00
parent a943d0bba7
commit ceaa387259
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
---
date: '2024-12-22T12:24:15.548833'
post_meta:
- date
tags:
- python
- softeng
type: notes
url: /notes/2024/12/22/1734870255
---
This morning I've been messing around with getting pyright and pylance to work well for my vscode setup. I was struggling to figure out why the tools weren't able to pick up imports from django. It turns out that by default pylance will not index types that are too deep within a library's sub-modules.
I wrote about how to fix that here https://notes.jamesravey.me/Software/pylance#autocomplete-suggestions-missing