summaryrefslogtreecommitdiff
path: root/typings/README.md
diff options
context:
space:
mode:
authorSam Estep <sam@samestep.com>2025-07-22 04:31:09 -0400
committerGitHub <noreply@github.com>2025-07-22 08:31:09 +0000
commite6906d65ed5367b46675f97b2a272a52c74b6806 (patch)
tree2897f48a10e7215c92f8ed3eeb16177b7078639e /typings/README.md
parent9d47a352960efd71494c7dfa0918debd5b405077 (diff)
Add Python type stubs for LLDB (#7826)
Diffstat (limited to 'typings/README.md')
-rw-r--r--typings/README.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/typings/README.md b/typings/README.md
new file mode 100644
index 000000000..e7c84043c
--- /dev/null
+++ b/typings/README.md
@@ -0,0 +1,5 @@
+# Python type stubs
+
+This directory holds [Python stub files](https://peps.python.org/pep-0484/#stub-files) to improve the editing experience for Python code in this repo, such as [LLDB data formatters](https://lldb.llvm.org/use/variable.html).
+
+If you use Pyright (e.g. via [Pylance](https://marketplace.visualstudio.com/items?itemName=ms-python.vscode-pylance) in VS Code) then these will be picked up automatically; other tools may require additional configuration to see them.