From: Jérôme Benoit Date: Sun, 13 Aug 2023 22:41:43 +0000 (+0200) Subject: build: refine vscode recommanded extensions list X-Git-Tag: v2.6.26~42^2 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=c0fcd441040861f53974cccb693a9dd3d4a374ee;p=poolifier.git build: refine vscode recommanded extensions list Signed-off-by: Jérôme Benoit --- diff --git a/.lintstagedrc.js b/.lintstagedrc.js index a247d74d..3ee7fd30 100644 --- a/.lintstagedrc.js +++ b/.lintstagedrc.js @@ -4,5 +4,5 @@ module.exports = { 'ts-standard --fix', 'eslint --cache --fix' ], - '**/*.{json,md,yml,yaml}': ['rome format --write'] + '!(.vscode/**)**/*.{json,md,yml,yaml}': ['rome format --write'] } diff --git a/.vscode/extensions.json b/.vscode/extensions.json index bd5fe69a..9447ed82 100644 --- a/.vscode/extensions.json +++ b/.vscode/extensions.json @@ -2,9 +2,10 @@ // See https://go.microsoft.com/fwlink/?LinkId=827846 // for the documentation about the extensions.json format "recommendations": [ + "EditorConfig.EditorConfig", "dbaeumer.vscode-eslint", "sonarsource.sonarlint-vscode", - "EditorConfig.EditorConfig", + "standard.vscode-standard", "streetsidesoftware.code-spell-checker" ] }