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

Notify file events failed - Client is not running #3137

Open
mioruggieroguida opened this issue Feb 5, 2025 · 0 comments
Open

Notify file events failed - Client is not running #3137

mioruggieroguida opened this issue Feb 5, 2025 · 0 comments
Labels
bug Something isn't working vscode This pull request should be included in the VS Code extension's release notes

Comments

@mioruggieroguida
Copy link

Description

Ruby LSP Information

Ruby LSP Information

VS Code Version

1.96.4

Ruby LSP Extension Version

0.8.20

Ruby LSP Server Version

0.23.6

Ruby LSP Add-ons

  • RuboCop

Ruby Version

3.2.2

Ruby Version Manager

rbenv

Installed Extensions

Click to expand
  • copilot (1.263.0)
  • copilot-chat (0.23.2)
  • debugpy (2024.14.0)
  • less-aggressive-spinel-theme (0.0.3)
  • markdown-preview-enhanced (0.8.15)
  • ms-teams-vscode-extension (5.12.1)
  • python (2024.23.2025012801)
  • ruby-lsp (0.8.20)
  • vscode-pylance (2025.1.102)
  • vscode-yaml (1.15.0)

Ruby LSP Settings

Click to expand
Workspace
{
  "formatter": "auto"
}
User
{
  "enabledFeatures": {
    "codeActions": true,
    "diagnostics": true,
    "documentHighlights": true,
    "documentLink": true,
    "documentSymbols": true,
    "foldingRanges": true,
    "formatting": true,
    "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": "auto",
  "linters": null,
  "bundleGemfile": "",
  "testTimeout": 30,
  "branch": "",
  "pullDiagnosticsOn": "both",
  "useBundlerCompose": false,
  "bypassTypechecker": false,
  "rubyExecutablePath": "",
  "indexing": {},
  "erbSupport": true,
  "featureFlags": {}
}

Reproduction steps

  1. Restart LSP Server
  2. Use autocompletion (this works fine)
  3. Save file
  4. I keep getting the error below and I need to restard the server

Code snippet or error message

2025-02-05 09:14:03.324 [info] (MortarApp) [Error - 09:14:03] Notify file events failed.
2025-02-05 09:14:03.324 [info] (MortarApp)   Message: Client is not running
  Code: -32096 
@mioruggieroguida mioruggieroguida added bug Something isn't working vscode This pull request should be included in the VS Code extension's release notes labels Feb 5, 2025
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

1 participant