Skip to content
New issue

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

Class highlighting is not working as expected #2675

Closed
rogan-ramesh opened this issue Oct 5, 2024 · 1 comment
Closed

Class highlighting is not working as expected #2675

rogan-ramesh opened this issue Oct 5, 2024 · 1 comment
Assignees
Labels
bug Something isn't working vscode This pull request should be included in the VS Code extension's release notes

Comments

@rogan-ramesh
Copy link

Description

Current behaviour

Class Highlighting is not working as expected

Image

Ruby LSP Information

VS Code Version

1.94.0

Ruby LSP Extension Version

0.8.2

Ruby LSP Server Version

0.19.1

Ruby LSP Addons

Ruby Version

3.2.2

Ruby Version Manager

rbenv

Installed Extensions

Click to expand
  • vscode-erb-beautify (0.5.0)
  • gitlens (15.5.1)
  • summer-night (1.0.1)
  • prettier-vscode (11.0.0)
  • vscode-pull-request-github (0.98.0)
  • go (0.42.1)
  • vscode-ansi (1.1.7)
  • vscode-rdbg (0.2.2)
  • git-graph (1.30.0)
  • vscode-docker (1.29.3)
  • debugpy (2024.10.0)
  • python (2024.16.0)
  • vscode-pylance (2024.9.2)
  • remote-containers (0.388.0)
  • remote-ssh (0.115.0)
  • remote-ssh-edit (0.87.0)
  • remote-explorer (0.4.3)
  • material-icon-theme (5.11.1)
  • ruby-extensions-pack (0.1.12)
  • ruby-lsp (0.8.2)
  • sorbet-vscode-extension (0.3.37)
  • vscode-pets (1.27.0)

Ruby LSP Settings

Click to expand
Workspace
{}
User
{
  "enableExperimentalFeatures": true,
  "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": "rbenv"
  },
  "customRubyCommand": "",
  "formatter": "auto",
  "linters": null,
  "bundleGemfile": "",
  "testTimeout": 30,
  "branch": "",
  "pullDiagnosticsOn": "both",
  "useBundlerCompose": false,
  "bypassTypechecker": false,
  "rubyExecutablePath": "",
  "indexing": {},
  "erbSupport": true
}

Expected behaviour

Image

Ruby LSP Information

VS Code Version

1.94.0

Ruby LSP Extension Version

0.8.2

Ruby LSP Server Version

0.17.11

Ruby LSP Addons

  • Ruby LSP Rails

Ruby Version

3.2.2

Ruby Version Manager

rbenv

Installed Extensions

Click to expand
  • vscode-erb-beautify (0.5.0)
  • gitlens (15.5.1)
  • summer-night (1.0.1)
  • prettier-vscode (11.0.0)
  • vscode-pull-request-github (0.98.0)
  • go (0.42.1)
  • vscode-ansi (1.1.7)
  • vscode-rdbg (0.2.2)
  • git-graph (1.30.0)
  • vscode-docker (1.29.3)
  • debugpy (2024.10.0)
  • python (2024.16.0)
  • vscode-pylance (2024.9.2)
  • remote-containers (0.388.0)
  • remote-ssh (0.115.0)
  • remote-ssh-edit (0.87.0)
  • remote-explorer (0.4.3)
  • material-icon-theme (5.11.1)
  • ruby-extensions-pack (0.1.12)
  • ruby-lsp (0.8.2)
  • sorbet-vscode-extension (0.3.37)
  • vscode-pets (1.27.0)

Ruby LSP Settings

Click to expand
Workspace
{}
User
{
  "enableExperimentalFeatures": true,
  "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": "rbenv"
  },
  "customRubyCommand": "",
  "formatter": "auto",
  "linters": null,
  "bundleGemfile": "",
  "testTimeout": 30,
  "branch": "",
  "pullDiagnosticsOn": "both",
  "useBundlerCompose": false,
  "bypassTypechecker": false,
  "rubyExecutablePath": "",
  "indexing": {},
  "erbSupport": true
}
@rogan-ramesh rogan-ramesh added bug Something isn't working vscode This pull request should be included in the VS Code extension's release notes labels Oct 5, 2024
@rogan-ramesh
Copy link
Author

Duplicate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working vscode This pull request should be included in the VS Code extension's release notes
Projects
None yet
Development

No branches or pull requests

2 participants