From 74878bf1ceefa007baaa2775a613af57c51d6638 Mon Sep 17 00:00:00 2001 From: detachhead Date: Thu, 7 Nov 2024 16:46:11 +1000 Subject: [PATCH] enable `basedpyright.analysis.inlayHints.genericTypes` --- .vscode/settings.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 628c54d..8f966ec 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -67,5 +67,6 @@ "pw.lock": true, "pw": true, "pw.bat": true - } + }, + "basedpyright.analysis.inlayHints.genericTypes": true } \ No newline at end of file