We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca90b1e commit e5a3fffCopy full SHA for e5a3fff
.vscode/settings.json
@@ -1,4 +1,8 @@
1
{
2
"cmake.sourceDirectory": "${workspaceFolder}/app/",
3
- "elixirLS.projectDir": "app/server/beam/tau"
+ "elixirLS.projectDir": "app/server/beam/tau",
4
+ "files.associations": {
5
+ "*.exs": "elixir",
6
+ "*.css": "tailwindcss"
7
+ }
8
}
0 commit comments