From 9ba3829ae8eb8d7c3e3bf567a645e44a4455a875 Mon Sep 17 00:00:00 2001 From: Soybean Date: Tue, 31 Oct 2023 07:53:54 +0800 Subject: [PATCH] chore(projects): vscode settings --- .vscode/settings.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index bd54a72..b1e78d3 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,5 +1,12 @@ { - "cSpell.words": ["bumpp", "consola", "EDITMSG", "execa", "kolorist"], + "cSpell.words": [ + "bumpp", + "consola", + "EDITMSG", + "execa", + "kolorist", + "ofetch" + ], "editor.codeActionsOnSave": { "source.fixAll.eslint": true },