zed-industries / zed

Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
https://zed.dev
Other
47.98k stars 2.83k forks source link

ESLint output error while loading rules when opening file in angular monorepo #9321

Open LukasSefcik opened 6 months ago

LukasSefcik commented 6 months ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Everytime I open file in my monorepo angular project I got ESLint: Error while loading rule ... Error message shows I have to configure "parserOptions.project" property but it's already set and works in other IDE (VSCode, WebStorm, NeoVim...).

I'm using Angular 17.2 ESLint: 8.56 @typescript-eslint: 6.21

This is my .eslintrc.json config

{
  "extends": ["../../../../.eslintrc.json"],
  "ignorePatterns": ["!**/*"],
  "overrides": [
    {
      "files": ["*.ts"],
      "parserOptions": {
        "project": ["libs/shared/core/application-insights/tsconfig.*?.json"]
      },
      "rules": {
      },
      "extends": ["plugin:@nx/angular", "plugin:@angular-eslint/template/process-inline-templates"]
    },
    {
      "files": ["*.html"],
      "extends": ["plugin:@nx/angular-template"],
      "rules": {}
    }
  ]
}

Environment

Zed: v0.126.2 (Zed) OS: macOS 14.3.1 Memory: 24 GiB Architecture: aarch64

If applicable, add mockups / screenshots to help explain present your vision of the feature

image

If applicable, attach your ~/Library/Logs/Zed/Zed.log file to this issue.

Zed.log
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:37+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:37.627Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:37.627Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:37+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:37+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:37+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:37.827Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:37.827Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:37+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:37+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:38.029Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:38.029Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:38+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:38+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-03-13T13:38:38.214Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-03-13T13:38:38.214Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:38.396Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:38.396Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:38+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:38.578Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:38.578Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:38+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:38.779Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:38.779Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:38+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:38+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:38.979Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:38.979Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:38+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:39+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:39+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:39.162Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:39.162Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:39+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:39+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:39+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:39.378Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:39.378Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:39+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:39+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:39+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:39.596Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:39.596Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:39+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:39+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:39+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:39.828Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:39.828Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:40+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:40+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:40+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-03-13T13:38:40.736Z] [fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex",
  "metadataStr": "[INFO] [default] [2024-03-13T13:38:40.736Z]",
  "extra": [
    "[fetchCompletions] engine https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex"
  ]
}
2024-03-13T14:38:40+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [default] [2024-03-13T13:38:40.866Z] request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 130 ms",
  "metadataStr": "[INFO] [default] [2024-03-13T13:38:40.866Z]",
  "extra": [
    "request.response: [https://copilot-proxy.githubusercontent.com/v1/engines/copilot-codex/completions] took 130 ms"
  ]
}
2024-03-13T14:38:40+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-03-13T13:38:40.868Z] solution 0 returned. finish reason: [stop]",
  "metadataStr": "[INFO] [streamChoices] [2024-03-13T13:38:40.868Z]",
  "extra": [
    "solution 0 returned. finish reason: [stop]"
  ]
}
2024-03-13T14:38:40+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [streamChoices] [2024-03-13T13:38:40.868Z] request done: headerRequestId: [36dd4454-ddb9-4a1f-bc93-1d121f85b8b6] model deployment ID: [x1bad1925db0f]",
  "metadataStr": "[INFO] [streamChoices] [2024-03-13T13:38:40.868Z]",
  "extra": [
    "request done: headerRequestId: [36dd4454-ddb9-4a1f-bc93-1d121f85b8b6] model deployment ID: [x1bad1925db0f]"
  ]
}
2024-03-13T14:38:41+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:41+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:41+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:41.710Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:41.710Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:41+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:42+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:42+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:42.077Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:42.077Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:42+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:42+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:42+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:42.643Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:42.643Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:42+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:43+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:43+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:43.010Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:43.010Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:43+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:43+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:43+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:43.343Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:43.343Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:43+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:43+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:43+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:43.976Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:43.976Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:44+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:44+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:44+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:44.360Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:44.360Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:44+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:44+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:44+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:44.793Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:44.793Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:44+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:45+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:45+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:45.143Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:45.143Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:45+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:45+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:45+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:45+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:45+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:45.576Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:45.576Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:47+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:47+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:47+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:47.327Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:47.327Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:47+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:47+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:47+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:47.766Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:47.766Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:48+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:48+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:48+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:48+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:48.793Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:48.793Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:48+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:48+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:48.952Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:48.952Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:55+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:55+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:55+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:55+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:55.691Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:55.691Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:55+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:55+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:55.832Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:55.832Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:57+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:57+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:58+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:58.065Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:58.065Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:38:59+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:38:59+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:38:59+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:38:59.719Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:38:59.719Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:39:00+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:39:00+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:39:00+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:39:00.343Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:39:00.343Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:39:03+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:39:04+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:39:04+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:39:04.164Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:39:04.164Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:39:04+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:39:04+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:39:04+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [ghostText] [2024-03-13T13:39:04.732Z] Cancelled during debounce",
  "metadataStr": "[INFO] [ghostText] [2024-03-13T13:39:04.732Z]",
  "extra": [
    "Cancelled during debounce"
  ]
}
2024-03-13T14:58:10+01:00 [INFO] Prettier config file "package.json" changed, reloading prettier instances for worktree 21474836510
2024-03-13T14:59:29+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:59:29+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights/src/lib/application-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:59:32+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:59:32+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/node_modules/@microsoft/applicationinsights-common/types/applicationinsights-common.d.ts",
  "state": 1
}
2024-03-13T14:59:34+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights/src/lib/application-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:59:36+01:00 [WARN] Skipping path "/Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights" that has no prettier dependency and no workspaces section in its package.json
2024-03-13T14:59:36+01:00 [INFO] Found prettier in "/Users/sefcik/Work/azureDevOps/esw/WebApps", starting.
2024-03-13T14:59:36+01:00 [INFO] Starting prettier at path "/Users/sefcik/Work/azureDevOps/esw/WebApps"
2024-03-13T14:59:36+01:00 [INFO] Node runtime install_if_needed
2024-03-13T14:59:36+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/", args: ["/Users/sefcik/Library/Application Support/Zed/prettier/prettier_server.js", "/Users/sefcik/Work/azureDevOps/esw/WebApps"]
2024-03-13T14:59:36+01:00 [INFO] Started prettier in "/Users/sefcik/Work/azureDevOps/esw/WebApps"
2024-03-13T14:59:36+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights/src/lib/application-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T14:59:38+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T14:59:38+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/node_modules/@microsoft/applicationinsights-common/types/applicationinsights-common.d.ts",
  "state": 1
}
2024-03-13T15:02:48+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T15:02:48+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T15:03:24+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-13T15:03:24+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-13T15:03:24+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-13T15:06:01+01:00 [INFO] ========== starting zed ==========
2024-03-13T15:06:01+01:00 [INFO] Opening main db
2024-03-13T15:06:01+01:00 [INFO] set environment variables from shell:/bin/zsh, path:/opt/homebrew/opt/node@18/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin
2024-03-13T15:06:02+01:00 [ERROR] crates/zed/src/zed.rs:569: EOF while parsing a value at line 1 column 0
2024-03-13T15:06:02+01:00 [INFO] Opening main db
2024-03-13T15:06:02+01:00 [INFO] build git repository ".git"
2024-03-13T15:06:02+01:00 [INFO] Opening main db
2024-03-13T15:06:02+01:00 [INFO] Opening main db
2024-03-13T15:06:02+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T15:06:02+01:00 [INFO] starting language server "json-language-server", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 1
2024-03-13T15:06:02+01:00 [INFO] querying GitHub for latest version of language server "json-language-server"
2024-03-13T15:06:02+01:00 [INFO] Node runtime install_if_needed
2024-03-13T15:06:02+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T15:06:02+01:00 [INFO] starting language server "typescript-language-server", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 2
2024-03-13T15:06:02+01:00 [INFO] starting language server "eslint", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 3
2024-03-13T15:06:02+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T15:06:02+01:00 [INFO] querying GitHub for latest version of language server "typescript-language-server"
2024-03-13T15:06:02+01:00 [INFO] querying GitHub for latest version of language server "eslint"
2024-03-13T15:06:02+01:00 [INFO] Node runtime install_if_needed
2024-03-13T15:06:02+01:00 [INFO] checking if Zed already installed or fetching version for language server "eslint"
2024-03-13T15:06:02+01:00 [INFO] Node runtime install_if_needed
2024-03-13T15:06:02+01:00 [INFO] checking if Zed already installed or fetching version for language server "json-language-server"
2024-03-13T15:06:03+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/", args: ["/Users/sefcik/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-03-13T15:06:03+01:00 [INFO] Node runtime install_if_needed
2024-03-13T15:06:03+01:00 [INFO] Node runtime install_if_needed
2024-03-13T15:06:03+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/eslint/vscode-eslint-release/2.2.20-Insider/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2024-03-13T15:06:03+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-03-13T14:06:03.289Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-03-13T14:06:03.289Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-03-13T15:06:03+01:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "6687db1a-c833-4023-9566-2ae2b86cf2b6",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-03-13T15:06:03+01:00 [INFO] Language server with id 3 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "ESLint server running in node v18.15.0"
}
2024-03-13T15:06:03+01:00 [INFO] Node runtime install_if_needed
2024-03-13T15:06:03+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-json-languageserver/bin/vscode-json-languageserver", "--stdio"]
2024-03-13T15:06:03+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-03-13T14:06:03.640Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-03-13T14:06:03.640Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-03-13T15:06:04+01:00 [INFO] checking if Zed already installed or fetching version for language server "typescript-language-server"
2024-03-13T15:06:04+01:00 [INFO] Node runtime install_if_needed
2024-03-13T15:06:04+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights/src/lib/application-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T15:06:04+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T15:06:04+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/typescript-language-server/node_modules/typescript-language-server/lib/cli.mjs", "--stdio"]
2024-03-13T15:06:04+01:00 [WARN] Generic lsp request to node failed: Unhandled method textDocument/hover
2024-03-13T15:06:04+01:00 [INFO] Language server with id 2 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "Using Typescript version (user-setting) 5.3.3 from path \"/Users/sefcik/Work/azureDevOps/esw/WebApps/node_modules/typescript/lib/tsserver.js\""
}
2024-03-13T15:06:04+01:00 [INFO] Language server with id 2 sent unhandled notification $/typescriptVersion:
{
  "version": "5.3.3",
  "source": "user-setting"
}
2024-03-13T15:06:11+01:00 [ERROR] unexpected item event after pane was dropped
2024-03-13T15:06:14+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-13T15:06:14+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights/src/lib/application-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-13T15:06:36+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/showOutputChannel:
[
  null
]
2024-03-13T15:06:59+01:00 [ERROR] crates/gpui/src/window.rs:434: window not found
2024-03-13T15:06:59+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-13T15:06:59+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-13T15:06:59+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-13T15:06:59+01:00 [ERROR] crates/terminal_view/src/terminal_view.rs:272: error upgrading view
2024-03-14T08:44:57+01:00 [INFO] ========== starting zed ==========
2024-03-14T08:44:57+01:00 [INFO] Opening main db
2024-03-14T08:44:57+01:00 [INFO] set environment variables from shell:/bin/zsh, path:/opt/homebrew/opt/node@18/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin
2024-03-14T08:44:57+01:00 [ERROR] crates/zed/src/zed.rs:569: EOF while parsing a value at line 1 column 0
2024-03-14T08:44:57+01:00 [INFO] Opening main db
2024-03-14T08:44:57+01:00 [INFO] build git repository ".git"
2024-03-14T08:44:57+01:00 [INFO] Opening main db
2024-03-14T08:44:57+01:00 [INFO] Opening main db
2024-03-14T08:44:57+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-14T08:44:57+01:00 [INFO] starting language server "json-language-server", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 1
2024-03-14T08:44:57+01:00 [INFO] querying GitHub for latest version of language server "json-language-server"
2024-03-14T08:44:57+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:44:57+01:00 [ERROR] crates/workspace/src/persistence/model.rs:267: No such file or directory (os error 2)
2024-03-14T08:44:57+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-14T08:44:57+01:00 [INFO] starting language server "typescript-language-server", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 2
2024-03-14T08:44:57+01:00 [INFO] starting language server "eslint", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 3
2024-03-14T08:44:57+01:00 [INFO] querying GitHub for latest version of language server "typescript-language-server"
2024-03-14T08:44:57+01:00 [INFO] querying GitHub for latest version of language server "eslint"
2024-03-14T08:44:57+01:00 [INFO] response dropped without fully consuming the response body, connection won't be reused
Aborting a response without fully consuming the response body can result in sub-optimal performance. See https://github.com/sagebind/isahc/wiki/Connection-Reuse#closing-connections-early.
2024-03-14T08:44:58+01:00 [INFO] checking if Zed already installed or fetching version for language server "eslint"
2024-03-14T08:44:58+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:44:58+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:44:59+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/", args: ["/Users/sefcik/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-03-14T08:44:59+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:44:59+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/eslint/vscode-eslint-release/2.2.20-Insider/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2024-03-14T08:44:59+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-03-14T07:44:59.366Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-03-14T07:44:59.366Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-03-14T08:44:59+01:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "6d825d0e-a92e-4607-9bd6-9f9f31a05fdc",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-03-14T08:44:59+01:00 [INFO] Language server with id 3 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "ESLint server running in node v18.15.0"
}
2024-03-14T08:44:59+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-03-14T07:44:59.759Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-03-14T07:44:59.759Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-03-14T08:44:59+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:44:59+01:00 [INFO] checking if Zed already installed or fetching version for language server "json-language-server"
2024-03-14T08:44:59+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:00+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-json-languageserver/bin/vscode-json-languageserver", "--stdio"]
2024-03-14T08:45:00+01:00 [INFO] checking if Zed already installed or fetching version for language server "typescript-language-server"
2024-03-14T08:45:00+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:00+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-14T08:45:00+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/typescript-language-server/node_modules/typescript-language-server/lib/cli.mjs", "--stdio"]
2024-03-14T08:45:00+01:00 [INFO] Language server with id 2 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "Using Typescript version (user-setting) 5.3.3 from path \"/Users/sefcik/Work/azureDevOps/esw/WebApps/node_modules/typescript/lib/tsserver.js\""
}
2024-03-14T08:45:00+01:00 [INFO] Language server with id 2 sent unhandled notification $/typescriptVersion:
{
  "version": "5.3.3",
  "source": "user-setting"
}
2024-03-14T08:45:04+01:00 [INFO] reload git repository ".git"
2024-03-14T08:45:05+01:00 [INFO] reload git repository ".git"
2024-03-14T08:45:07+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/showOutputChannel:
[
  null
]
2024-03-14T08:45:15+01:00 [INFO] downloaded update. path:"/var/folders/_z/z7xtcbhn1wx_xrt108th0zt5bzwzq9/T/zed-auto-updateWMVNuu/Zed.dmg"
2024-03-14T08:45:20+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-14T08:45:20+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-14T08:45:20+01:00 [ERROR] crates/lsp/src/lsp.rs:691: oneshot canceled
2024-03-14T08:45:22+01:00 [INFO] ========== starting zed ==========
2024-03-14T08:45:22+01:00 [INFO] Opening main db
2024-03-14T08:45:22+01:00 [INFO] set environment variables from shell:/bin/zsh, path:/opt/homebrew/opt/node@18/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Library/Apple/usr/bin:/opt/homebrew/opt/node@18/bin:/opt/homebrew/bin:/opt/homebrew/sbin
2024-03-14T08:45:22+01:00 [ERROR] crates/zed/src/zed.rs:619: EOF while parsing a value at line 1 column 0
2024-03-14T08:45:22+01:00 [INFO] Opening main db
2024-03-14T08:45:22+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-03-14T08:45:22+01:00 [INFO] Opening main db
2024-03-14T08:45:22+01:00 [INFO] Opening main db
2024-03-14T08:45:22+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-14T08:45:22+01:00 [INFO] starting language server "json-language-server", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 1
2024-03-14T08:45:22+01:00 [INFO] fetching latest version of language server "json-language-server"
2024-03-14T08:45:22+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:22+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-14T08:45:22+01:00 [INFO] starting language server "typescript-language-server", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 2
2024-03-14T08:45:22+01:00 [INFO] starting language server "eslint", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 3
2024-03-14T08:45:22+01:00 [INFO] fetching latest version of language server "typescript-language-server"
2024-03-14T08:45:22+01:00 [INFO] fetching latest version of language server "eslint"
2024-03-14T08:45:22+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:22+01:00 [INFO] downloading language server "eslint"
2024-03-14T08:45:23+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:23+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/", args: ["/Users/sefcik/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-03-14T08:45:23+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:23+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/eslint/vscode-eslint-release/2.2.20-Insider/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2024-03-14T08:45:23+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-03-14T07:45:23.650Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-03-14T07:45:23.650Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-03-14T08:45:23+01:00 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "d2aa6817-22e6-4161-a0ab-d9b97c26f06e",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-03-14T08:45:23+01:00 [INFO] Language server with id 3 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "ESLint server running in node v18.15.0"
}
2024-03-14T08:45:23+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:24+01:00 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-03-14T07:45:24.025Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-03-14T07:45:24.025Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-03-14T08:45:24+01:00 [INFO] downloading language server "json-language-server"
2024-03-14T08:45:24+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:24+01:00 [INFO] downloading language server "typescript-language-server"
2024-03-14T08:45:24+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-14T08:45:24+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-json-languageserver/bin/vscode-json-languageserver", "--stdio"]
2024-03-14T08:45:24+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:45:24+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/typescript-language-server/node_modules/typescript-language-server/lib/cli.mjs", "--stdio"]
2024-03-14T08:45:24+01:00 [INFO] Language server with id 2 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "Using Typescript version (user-setting) 5.3.3 from path \"/Users/sefcik/Work/azureDevOps/esw/WebApps/node_modules/typescript/lib/tsserver.js\""
}
2024-03-14T08:45:24+01:00 [INFO] Language server with id 2 sent unhandled notification $/typescriptVersion:
{
  "version": "5.3.3",
  "source": "user-setting"
}
2024-03-14T08:46:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:46:19+01:00 [INFO] reload git repository ".git"
2024-03-14T08:47:03+01:00 [ERROR] crates/project/src/project.rs:7175: EOF while parsing a value at line 1 column 0
2024-03-14T08:47:03+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-14T08:47:03+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-14T08:47:04+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-14T08:47:16+01:00 [INFO] open paths ["/Users/sefcik/.config/zed/settings.json"]
2024-03-14T08:47:16+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-14T08:47:16+01:00 [INFO] Initializing default prettier with plugins {}
2024-03-14T08:47:16+01:00 [INFO] starting language server "json-language-server", path: "/Users/sefcik/.config/zed/settings.json", id: 4
2024-03-14T08:47:16+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/.config/zed", args: ["/Users/sefcik/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-json-languageserver/bin/vscode-json-languageserver", "--stdio"]
2024-03-14T08:47:16+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-14T08:47:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:47:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:47:56+01:00 [INFO] Waiting for default prettier to install
2024-03-14T08:47:56+01:00 [INFO] Starting prettier at path "/Users/sefcik/Library/Application Support/Zed/prettier"
2024-03-14T08:47:56+01:00 [INFO] Node runtime install_if_needed
2024-03-14T08:47:56+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Library/Application Support/Zed/prettier", args: ["/Users/sefcik/Library/Application Support/Zed/prettier/prettier_server.js", "/Users/sefcik/Library/Application Support/Zed/prettier"]
2024-03-14T08:47:56+01:00 [INFO] Started default prettier in "/Users/sefcik/Library/Application Support/Zed/prettier"
2024-03-14T08:47:56+01:00 [INFO] Re-scanning directories, new scan exclude files: ["**/.angular", "**/.node_modules", "**/.nx"], new dotenv files: ["**/*.cert", "**/*.crt", "**/*.key", "**/*.pem", "**/.env*", "**/secrets.yml"]
2024-03-14T08:47:56+01:00 [INFO] Re-scanning directories, new scan exclude files: ["**/.angular", "**/.node_modules", "**/.nx"], new dotenv files: ["**/*.cert", "**/*.crt", "**/*.key", "**/*.pem", "**/.env*", "**/secrets.yml"]
2024-03-14T08:47:56+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-03-14T08:47:56+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-14T08:48:08+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-03-14T08:48:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:48:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:48:21+01:00 [INFO] Re-scanning directories, new scan exclude files: ["**/.angular", "**/.git", "**/.node_modules", "**/.nx"], new dotenv files: ["**/*.cert", "**/*.crt", "**/*.key", "**/*.pem", "**/.env*", "**/secrets.yml"]
2024-03-14T08:48:21+01:00 [INFO] Re-scanning directories, new scan exclude files: ["**/.angular", "**/.git", "**/.node_modules", "**/.nx"], new dotenv files: ["**/*.cert", "**/*.crt", "**/*.key", "**/*.pem", "**/.env*", "**/secrets.yml"]
2024-03-14T08:48:21+01:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-03-14T08:48:21+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-14T08:48:33+01:00 [ERROR] crates/lsp/src/lsp.rs:720: oneshot canceled
2024-03-14T08:48:33+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-14T08:49:11+01:00 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights/src/lib/application-insights/app-insights.service.ts",
  "state": 3
}
2024-03-14T08:49:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:49:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:50:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:50:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:50:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:51:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:51:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:52:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:52:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:52:39+01:00 [INFO] stopping language server typescript-language-server
2024-03-14T08:52:39+01:00 [INFO] stopping language server eslint
2024-03-14T08:52:39+01:00 [ERROR] crates/lsp/src/lsp.rs:720: oneshot canceled
2024-03-14T08:52:39+01:00 [ERROR] crates/lsp/src/lsp.rs:720: oneshot canceled
2024-03-14T08:52:39+01:00 [INFO] starting language server "typescript-language-server", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 6
2024-03-14T08:52:39+01:00 [INFO] starting language server "eslint", path: "/Users/sefcik/Work/azureDevOps/esw/WebApps", id: 7
2024-03-14T08:52:39+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/typescript-language-server/node_modules/typescript-language-server/lib/cli.mjs", "--stdio"]
2024-03-14T08:52:39+01:00 [INFO] starting language server. binary path: "/Users/sefcik/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/sefcik/Work/azureDevOps/esw/WebApps", args: ["/Users/sefcik/Library/Application Support/Zed/languages/eslint/vscode-eslint-release/2.2.20-Insider/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2024-03-14T08:52:39+01:00 [INFO] Language server with id 7 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "ESLint server running in node v18.15.0"
}
2024-03-14T08:52:39+01:00 [INFO] Language server with id 6 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "Using Typescript version (user-setting) 5.3.3 from path \"/Users/sefcik/Work/azureDevOps/esw/WebApps/node_modules/typescript/lib/tsserver.js\""
}
2024-03-14T08:52:39+01:00 [INFO] Language server with id 6 sent unhandled notification $/typescriptVersion:
{
  "version": "5.3.3",
  "source": "user-setting"
}
2024-03-14T08:52:40+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/kros-core/src/lib/shared/analytics/utils/kros-app-insights/kros-app-insights.service.ts",
  "state": 3
}
2024-03-14T08:52:40+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights/src/lib/application-insights/app-insights.service.ts",
  "state": 3
}
2024-03-14T08:53:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:53:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:54:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:54:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:55:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:55:20+01:00 [INFO] reload git repository ".git"
2024-03-14T08:55:20+01:00 [INFO] reload git repository ".git"
2024-03-14T08:55:20+01:00 [INFO] reload git repository ".git"
2024-03-14T08:56:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:56:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:57:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:57:19+01:00 [INFO] reload git repository ".git"
2024-03-14T08:58:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:58:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:59:18+01:00 [INFO] reload git repository ".git"
2024-03-14T08:59:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:00:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:00:20+01:00 [INFO] reload git repository ".git"
2024-03-14T09:00:20+01:00 [INFO] reload git repository ".git"
2024-03-14T09:00:20+01:00 [INFO] reload git repository ".git"
2024-03-14T09:00:21+01:00 [INFO] reload git repository ".git"
2024-03-14T09:01:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:01:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:02:04+01:00 [INFO] Language server with id 7 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/sefcik/Work/azureDevOps/esw/WebApps/libs/shared/core/application-insights/src/lib/application-insights/app-insights.provider.ts",
  "state": 3
}
2024-03-14T09:02:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:02:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:03:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:03:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:04:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:04:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:04:20+01:00 [INFO] reload git repository ".git"
2024-03-14T09:04:21+01:00 [INFO] reload git repository ".git"
2024-03-14T09:04:21+01:00 [INFO] reload git repository ".git"
2024-03-14T09:05:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:05:19+01:00 [INFO] reload git repository ".git"
2024-03-14T09:06:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:06:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:07:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:07:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:08:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:08:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:09:18+01:00 [INFO] reload git repository ".git"
2024-03-14T09:09:18+01:00 [INFO] reload git repository ".git"
mrnugget commented 6 months ago

For my own understanding: in your ESLint config it looks like you're 5 levels deep in your monorepo ("extends": ["../../../../.eslintrc.json"]). The parserOptions.project value — is that path relative to the root of the repo or relative to the location at which you open Zed?

Referring to this from your config:

{
  "extends": ["../../../../.eslintrc.json"],
  // ...
  "overrides": [
    {
      "parserOptions": {
        "project": ["libs/shared/core/application-insights/tsconfig.*?.json"]
      },
        // ...
    },
    // ...
  ]
}
LukasSefcik commented 6 months ago

I am using nx monorepo and the mentioned project is at level 5 in the directory structure. However, no matter which project I try, they all behave the same and show the error. I open Zed at the highest (root) level of the entire monorepo.

charl3j commented 6 months ago

I'm having the same issue with a NX monorepo. (No problem with other IDE)

mrnugget commented 6 months ago

It's really hard for me to reproduce without any steps-to-reproduce, or a minimal reproducible example (MRE). If someone can provide an MRE with a small-as-possible eslint config and as-few-as-possible files, then we can dig into this.