Skip to content

Commit

Permalink
update autocomplete settings (#323)
Browse files Browse the repository at this point in the history
Currently that extension's setting works on language ID's and not file extensions. If the consumer project is using postcss, it must be specified in the setting to enable autocompletition on this language/files
  • Loading branch information
equinusocio authored Nov 28, 2022
1 parent 2e3d492 commit 17496db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docsite/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -1141,7 +1141,7 @@ <h4>Autocomplete</h4>

// add support for autocomplete in JS or JS like files
"cssvar.extensions": [
"css", "jsx", "tsx"
"css", "postcss", "jsx", "tsx"
]
}
</code></pre>
Expand Down

0 comments on commit 17496db

Please sign in to comment.