[Misc] Fix erb file associations

Not sure how this even happened.
This commit is contained in:
Sindrake 2024-07-17 18:23:49 -07:00
parent 60351ed8e4
commit 26e1edc0cb

View File

@ -3,7 +3,7 @@
"editor.formatOnSave": false
},
"files.associations": {
"*.erb": "Ruby ERB"
"*.erb": "erb"
},
// Trick ruby-lsp into not doing any updates
"rubyLsp.bundleGemfile": "Gemfile",