From f76961970513078144ab38c3b387a9530a008edd Mon Sep 17 00:00:00 2001 From: Julien Oculi Date: Tue, 6 Feb 2024 11:26:06 +0100 Subject: [PATCH] chore(config): :technologist: update vscode config --- .vscode/settings.json | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index f10d654..f5f12eb 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -14,9 +14,11 @@ "[javascript]": { "editor.defaultFormatter": "denoland.vscode-deno" }, + "explorer.fileNesting.patterns": { + "*.tsx": "${capture}.*" + }, "cSpell.words": ["univoq"], "cssvar.enable": true, - "cssvar.files": [ - "./_fresh/*" - ] + "cssvar.files": ["./_fresh/*"], + "conventionalCommits.scopes": ["css", "config"] }