ruby-lsp icon indicating copy to clipboard operation
ruby-lsp copied to clipboard

Ruby file type defaults to `.builder` when saving a file in VS Code

Open andyw8 opened this issue 1 year ago • 0 comments

I noticed in VS Code that if you create a new via File -> New File, then set the type to Ruby, when you go to save it the default filename will be Untitled.builder, rather than Untitled.rb.

This is likely because .builder is listed as the first item in packages.json here.

Re-ordering that list to have .rb first will probably fix it.

andyw8 avatar Jul 02 '24 14:07 andyw8