From ceaa3872593373cb35a0aa5b89f48b8eded08ed3 Mon Sep 17 00:00:00 2001 From: ravenscroftj Date: Sun, 22 Dec 2024 12:24:15 +0000 Subject: [PATCH] Add brainsteam/content/notes/2024/12/22/1734870255.md --- brainsteam/content/notes/2024/12/22/1734870255.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 brainsteam/content/notes/2024/12/22/1734870255.md diff --git a/brainsteam/content/notes/2024/12/22/1734870255.md b/brainsteam/content/notes/2024/12/22/1734870255.md new file mode 100644 index 0000000..85413e0 --- /dev/null +++ b/brainsteam/content/notes/2024/12/22/1734870255.md @@ -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 \ No newline at end of file