vscode-ruby-erb icon indicating copy to clipboard operation
vscode-ruby-erb copied to clipboard

Adds .html.erb to erb language extensions for toggleTags command

Open kjleitz opened this issue 6 years ago • 3 comments

Previously the ctrl+shift+` keybinding did not work out-of-the-box in *.html.erb files (the default extension for erb views in Rails). This PR adds that file extension to the erb language definition in package.json.

This may have been the source of https://github.com/vortizhe/vscode-ruby-erb/issues/5

kjleitz avatar Oct 21 '18 20:10 kjleitz

Any chance of getting this merged please?

seanharmer avatar Nov 23 '19 14:11 seanharmer

@vortizhe This really is a necessity for this extension. Please merge.

jonathansimmons avatar Feb 28 '20 16:02 jonathansimmons

Fixed in my fork: https://marketplace.visualstudio.com/items?itemName=kirillplatonov.erb-toggle

kirillplatonov avatar May 16 '20 11:05 kirillplatonov