From 7856bdee9b21f0c0410a438393cc8ed73894e519 Mon Sep 17 00:00:00 2001 From: Hyperbola Date: Fri, 27 Jan 2023 02:37:36 +0800 Subject: [PATCH] [feat] update .vscode --- .vscode/settings.json | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 841a9e4..e8771fc 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -3,6 +3,7 @@ "https://json.schemastore.org/github-workflow.json": "file:///home/hyperbola/repo/pinkoi-coins-bot/.github/workflows/build.yml" }, "cSpell.words": [ - "pinkoi" + "pinkoi", + "favlist" ] -} \ No newline at end of file +}