website/.vscode/settings.json
dusk 6954713899
All checks were successful
create archive with lfs / tag (push) Successful in 9s
build(nix): update modules hash
2024-10-04 03:28:37 +03:00

15 lines
294 B
JSON

{
"tailwindCSS.emmetCompletions": true,
"files.associations": {
"*.css": "tailwindcss"
},
"editor.quickSuggestions": {
"strings": "on"
},
"files.watcherExclude": {
"**/target": true
},
"conventionalCommits.scopes": [
"nix"
]
}