home(vscode): set tailwind as the css language
ovyerus.com 8 months ago 962adcf5 36341faf
··· 204 204 # JS 205 205 "debug.javascript.autoAttachFilter" = "onlyWithFlag"; 206 206 207 207 + # CSS 208 208 + "files.associations"."*.css" = "tailwindcss"; 209 209 + 207 210 # Misc 208 211 "yaml.format.proseWrap" = "always"; 209 212 "workbench.startupEditor" = "none";