Skip to content

Commit

Permalink
chore: πŸ”§ πŸ”¨ update vscode settings
Browse files Browse the repository at this point in the history
  • Loading branch information
woldtwerk committed May 6, 2024
1 parent 2857240 commit c98fab5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
// CSS Settings.
"css.validate": false, // Use stylelint instead.
"emmet.includeLanguages": {
"tailwindcss": "postcss" // Use tailwindcss in postcss files.
"tailwindcss": "postcss", // Use tailwindcss in postcss files.
"twig": "html"
},
"files.associations": {
"*.css": "tailwindcss" // Associate *.css files with tailwindcss.
Expand Down Expand Up @@ -50,10 +51,6 @@
// Vue
"volar.completion.preferredTagNameCase": "pascal", // PascalCase so you don't confuse vue with custom elements.

"emmet.includeLanguages": {
"twig": "html"
},

"html.customData": [
"drupal/web/themes/custom/ueberbit/.uebertool/vscode.html-custom-data.json"
]
Expand Down

0 comments on commit c98fab5

Please sign in to comment.