diff --git a/.vscode/settings.json b/.vscode/settings.json index 81d4d0b4d4..19da143591 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -22,5 +22,6 @@ }, "tailwindCSS.experimental.classRegex": [ ["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"] - ] + ], + "git.detectSubmodules": false }