We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.96.4
0.9.0
0.23.7
3.4.1
rvm
{}
{ "enabledFeatures": { "codeActions": true, "diagnostics": true, "documentHighlights": true, "documentLink": true, "documentSymbols": true, "foldingRanges": true, "formatting": false, "hover": true, "inlayHint": true, "onTypeFormatting": true, "selectionRanges": true, "semanticHighlighting": true, "completion": true, "codeLens": true, "definition": true, "workspaceSymbol": true, "signatureHelp": true, "typeHierarchy": true }, "featuresConfiguration": {}, "addonSettings": {}, "rubyVersionManager": { "identifier": "auto" }, "customRubyCommand": "", "formatter": "none", "linters": null, "bundleGemfile": "", "testTimeout": 30, "branch": "", "pullDiagnosticsOn": "both", "useBundlerCompose": false, "bypassTypechecker": false, "rubyExecutablePath": "", "indexing": {}, "erbSupport": true, "featureFlags": {} }
<% Time.now %>
=
<%
<%=%> Time.now %>
#
<%#%> Time.now %>
Maybe another bug, but line comment will result in <%# <% Time.now %> %> which is wrong too.
<%# <% Time.now %> %>
Thanks
The text was updated successfully, but these errors were encountered:
fix duplicate ending tag (Shopify#3117)
6e35e96
No branches or pull requests
Description
Ruby LSP Information
VS Code Version
1.96.4
Ruby LSP Extension Version
0.9.0
Ruby LSP Server Version
0.23.7
Ruby LSP Add-ons
Ruby Version
3.4.1
Ruby Version Manager
rvm
Installed Extensions
Click to expand
Ruby LSP Settings
Click to expand
Workspace
User
Reproduction steps
<% Time.now %>
=
after<%
will result in incorrect line<%=%> Time.now %>
Same for
#
after<%
which result in incorrect line<%#%> Time.now %>
Maybe another bug, but line comment will result in
<%# <% Time.now %> %>
which is wrong too.Thanks
The text was updated successfully, but these errors were encountered: