mirror of
https://github.com/ArthurDanjou/artchat.git
synced 2026-01-14 15:54:03 +01:00
21 lines
535 B
JSON
21 lines
535 B
JSON
{
|
|
"todo-tree.tree.scanMode": "workspace only",
|
|
"todo-tree.tree.disableCompactFolders": false,
|
|
"todo-tree.tree.showCountsInTree": false,
|
|
"todo-tree.tree.showBadges": true,
|
|
"files.associations": {
|
|
"*.css": "tailwindcss"
|
|
},
|
|
"editor.quickSuggestions": {
|
|
"strings": "on"
|
|
},
|
|
"tailwindCSS.classAttributes": ["class", "ui"],
|
|
"tailwindCSS.experimental.classRegex": [
|
|
["ui:\\s*{([^)]*)\\s*}", "(?:'|\"|`)([^']*)(?:'|\"|`)"]
|
|
],
|
|
"i18n-ally.localesPaths": [
|
|
"locales"
|
|
],
|
|
"i18n-ally.keystyle": "nested"
|
|
}
|