Skip to content

Commit

Permalink
Reset unexpected changed .vscode/settings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
tianrunhe committed Jan 15, 2025
1 parent a05304e commit 701e610
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,5 @@
"**/graphql/public/schema.graphql": true,
"**/resolverTypes.ts": true
},
"tailwindCSS.experimental.classRegex": [
[
"clsx\\(([^)]*)\\)",
"(?:'|\"|`)([^']*)(?:'|\"|`)"
]
],
"[typescriptreact]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
}
"tailwindCSS.experimental.classRegex": [["clsx\\(([^)]*)\\)", "(?:'|\"|`)([^']*)(?:'|\"|`)"]]
}

0 comments on commit 701e610

Please sign in to comment.