From 35498e8274228008792838b27f74287843cb0fe2 Mon Sep 17 00:00:00 2001 From: Alex Mickelson Date: Mon, 30 Dec 2024 12:51:31 -0700 Subject: [PATCH] more words --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index c63e326..adad55f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,4 +1,5 @@ { "python.linting.mypyEnabled": true, - "python.linting.enabled": true -} \ No newline at end of file + "python.linting.enabled": true, + "cSpell.words": ["pkgs"] +}