From 26e1edc0cb7f2c03b1a5dbd069f469b101fe1af0 Mon Sep 17 00:00:00 2001 From: Sindrake Date: Wed, 17 Jul 2024 18:23:49 -0700 Subject: [PATCH] [Misc] Fix erb file associations Not sure how this even happened. --- .vscode/settings.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/settings.json b/.vscode/settings.json index 3d6c85151..8c1d5783a 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -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",