summaryrefslogtreecommitdiff
path: root/.vscode/settings.json
diff options
context:
space:
mode:
authorVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-02-16 16:11:08 -0500
committerVal Neekman (AvidCoder) <un33kvu@gmail.com>2022-02-16 16:11:08 -0500
commitad33581c491fd16cd64930fe02c862c04595550b (patch)
treef73629c4901dfcffdd4ab7b5df6e3b57384a3059 /.vscode/settings.json
parent9b9b68f512edecf209d9af977d2080194ff55d88 (diff)
downloadpython-slugify-ad33581c491fd16cd64930fe02c862c04595550b.tar.gz
version file, github action
Diffstat (limited to '.vscode/settings.json')
-rw-r--r--.vscode/settings.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.vscode/settings.json b/.vscode/settings.json
index 2ab09c1..ecfbb80 100644
--- a/.vscode/settings.json
+++ b/.vscode/settings.json
@@ -1,4 +1,5 @@
{
"python.linting.pylintEnabled": false,
"python.pythonPath": "/usr/bin/python3",
-} \ No newline at end of file
+ "cSpell.words": ["Neekman", "shch", "xlate"]
+}