From d2b07b06593ea0380417a090c2bf1b73e66d502f Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 28 May 2024 16:21:14 +0200 Subject: [PATCH] chore(config): :wrench: update vscode config --- .vscode/settings.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 40aa0eb..ac85747 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -20,5 +20,8 @@ "cSpell.words": ["technoshop", "Technoshop", "univoq"], "cssvar.enable": true, "cssvar.files": ["./_fresh/*"], - "conventionalCommits.scopes": ["css", "config", "ui"] + "conventionalCommits.scopes": ["css", "config", "ui", "pwa"], + "[ignore]": { + "editor.defaultFormatter": "foxundermoon.shell-format" + } }