From 475bf407bbf03917daa696f4a10d82b9b2c4d167 Mon Sep 17 00:00:00 2001 From: DmitryScaletta Date: Mon, 19 Sep 2022 04:02:47 +0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20Update=20vscode=20settings?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/settings.json | 22 +++++++++++++--------- 1 file changed, 13 insertions(+), 9 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 1551dca..fa0342f 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -1,11 +1,15 @@ { - "cSpell.words": [ - "igdb", - "kinopoisk", - "postgrest", - "supabase", - "upsert", - "твич" - ], - "cSpell.language": "en,ru,ru-RU,en-US,en-GB" + "cSpell.words": [ + "igdb", + "kinopoisk", + "notistack", + "postgrest", + "supabase", + "upsert", + "твич" + ], + "cSpell.language": "en,ru,ru-RU,en-US,en-GB", + "yaml.schemas": { + "https://json.schemastore.org/github-workflow.json": ".github/workflows/deploy.yml" + } }