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
39.76k stars 2.07k forks source link

unable to view eslint errors in the editor #13461

Open heyanurag opened 2 weeks ago

heyanurag commented 2 weeks ago

Check for existing issues

Describe the bug / provide steps to reproduce it

Previously I was able to view eslint errors in the typescript files open in my editor. Since the latest update it has stopped working. I tried restarting the workspace, completely quit and restart zed, even reinstalled zed but it didn't solve the issue.

The eslint server logs work fine and it loads up. But I don't see the errors/warnings in the editor itself.

Here is my .eslint.json:

{
  "root": true,
  "ignorePatterns": ["**/*"],
  "plugins": ["@nrwl/nx"],
  "extends": ["eslint:recommended", "prettier"],
  "overrides": [
    {
      "files": ["*.ts", "*.tsx", "*.js", "*.jsx"],
      "rules": {
        "@nrwl/nx/enforce-module-boundaries": [
          "error",
          {
            "enforceBuildableLibDependency": true,
            "allow": [],
            "depConstraints": [
              {
                "sourceTag": "*",
                "onlyDependOnLibsWithTags": ["*"]
              }
            ]
          }
        ]
      }
    },
    {
      "files": ["*.ts", "*.tsx"],
      "extends": ["plugin:@nrwl/nx/typescript"],
      "rules": {}
    },
    {
      "files": ["*.js", "*.jsx"],
      "extends": ["plugin:@nrwl/nx/javascript"],
      "rules": {}
    }
  ]
}

Here is my config settings for zed settings.json:

// Zed settings
//
// For information on how to configure Zed, see the Zed
// documentation: https://zed.dev/docs/configuring-zed
//
// To see all of Zed's default settings without changing your
// custom settings, run the `open default settings` command
// from the command palette or from `Zed` application menu.
{
  "base_keymap": "VSCode",
  "ui_font_size": 16,
  "buffer_font_size": 16
}

Environment

Zed: v0.140.5 (Zed) OS: macOS 14.5.0 Memory: 16 GiB Architecture: aarch64

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

Output of the same files in zed vs vscode:

image image

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

Zed.log

2024-06-24T15:39:52+05:30 [INFO] ========== starting zed ==========
2024-06-24T15:39:52+05:30 [INFO] Opening main db
2024-06-24T15:39:52+05:30 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-06-24T15:39:52+05:30 [INFO] Opening main db
2024-06-24T15:39:52+05:30 [ERROR] crates/zed/src/main.rs:897: Is a directory (os error 21)
2024-06-24T15:39:52+05:30 [ERROR] crates/zed/src/main.rs:897: Is a directory (os error 21)
2024-06-24T15:39:52+05:30 [INFO] set status on client 0: Authenticating
2024-06-24T15:39:52+05:30 [INFO] set status on client 100055: Connecting
2024-06-24T15:39:53+05:30 [ERROR] crates/zed/src/main.rs:897: Is a directory (os error 21)
2024-06-24T15:39:53+05:30 [INFO] rebuilt extension index in 544.334µs
2024-06-24T15:39:53+05:30 [INFO] set environment variables from shell:/bin/zsh, path:/opt/homebrew/opt/postgresql@15/bin:/opt/homebrew/opt/libpq/bin:/opt/homebrew/opt/postgresql@11/bin:/opt/homebrew/opt/openjdk@11/bin:/Users/anuragsingh/.bun/bin:/Users/anuragsingh/.nvm/versions/node/v18.16.1/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:/Users/anuragsingh/Library/Application Support/JetBrains/Toolbox/scripts
2024-06-24T15:39:53+05:30 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-06-24T15:39:55+05:30 [INFO] add connection to peer
2024-06-24T15:39:55+05:30 [INFO] add_connection;
2024-06-24T15:39:55+05:30 [INFO] waiting for server hello
2024-06-24T15:39:55+05:30 [INFO] got server hello
2024-06-24T15:39:55+05:30 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 448, id: 311539 })
2024-06-24T15:39:55+05:30 [INFO] set status on client 100055: Connected { peer_id: PeerId { owner_id: 448, id: 311539 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-06-24T15:39:56+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:39:59+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/install_cli/src/install_cli.rs:20: Os { code: 2, kind: NotFound, message: "No such file or directory" }
2024-06-24T15:39:59+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/install_cli/src/install_cli.rs:26: Os { code: 13, kind: PermissionDenied, message: "Permission denied" }
2024-06-24T15:40:16+05:30 [INFO] downloaded update. path:"/var/folders/bg/wpjh14513vd0byrlsfqwrxzc0000gn/T/zed-auto-updategI47D6/Zed.dmg"
2024-06-24T15:40:36+05:30 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-06-24T15:41:00+05:30 [INFO] Opening main db
2024-06-24T15:41:32+05:30 [INFO] Initializing default prettier with plugins {}
2024-06-24T15:41:32+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:41:32+05:30 [INFO] starting language server "typescript-language-server", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 1
2024-06-24T15:41:32+05:30 [INFO] starting language server "tailwindcss-language-server", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 2
2024-06-24T15:41:32+05:30 [INFO] starting language server "eslint", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 3
2024-06-24T15:41:32+05:30 [INFO] Initializing default prettier with plugins {}
2024-06-24T15:41:32+05:30 [INFO] Initializing default prettier with plugins {}
2024-06-24T15:41:32+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:41:32+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:41:32+05:30 [INFO] fetching latest version of language server "typescript-language-server"
2024-06-24T15:41:32+05:30 [INFO] fetching latest version of language server "tailwindcss-language-server"
2024-06-24T15:41:32+05:30 [INFO] fetching latest version of language server "eslint"
2024-06-24T15:41:32+05:30 [INFO] downloading language server "eslint"
2024-06-24T15:41:39+05:30 [ERROR] crates/assistant/src/assistant_panel.rs:917: credentials not found
2024-06-24T15:41:46+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:41:59+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:41:59+05:30 [ERROR] Failed to install default prettier: prettier & plugins install: fetching latest npm versions: fetching latest npm version for package prettier: failed to launch npm subcommand info subcommand
err: Some(failed to unpack `/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h`

Caused by:
    0: failed to unpack `node-v18.15.0-darwin-arm64/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h` into `/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509.h`
    1: io::copy failed
    2: request or operation took longer than the configured timeout time
    3: [28] Timeout was reached)
2024-06-24T15:42:13+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:42:27+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:42:41+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:42:55+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:43:08+05:30 [INFO] rebuilt extension index in 1.52325ms
2024-06-24T15:43:09+05:30 [ERROR] crates/languages/src/typescript.rs:263: missing executable in directory "/Users/anuragsingh/Library/Application Support/Zed/languages/typescript-language-server"
2024-06-24T15:43:09+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:43:09+05:30 [ERROR] failed to start language server "typescript-language-server": failed to launch npm subcommand info subcommand
err: Some(failed to unpack `/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h`

Caused by:
    0: failed to unpack `node-v18.15.0-darwin-arm64/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h` into `/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/include/openssl/x509v3.h`
    1: io::copy failed
    2: request or operation took longer than the configured timeout time
    3: [28] Timeout was reached)
2024-06-24T15:43:09+05:30 [ERROR] server stderr: Some("")
2024-06-24T15:43:09+05:30 [INFO] retrying installation of language server "typescript-language-server" in 1s
2024-06-24T15:43:10+05:30 [ERROR] crates/languages/src/typescript.rs:263: missing executable in directory "/Users/anuragsingh/Library/Application Support/Zed/languages/typescript-language-server"
2024-06-24T15:43:10+05:30 [INFO] About to spawn test binary
2024-06-24T15:43:10+05:30 [WARN] test binary failed to launch
2024-06-24T15:43:10+05:30 [WARN] test binary check failed
2024-06-24T15:43:10+05:30 [INFO] beginning to reinstall server
2024-06-24T15:43:10+05:30 [INFO] deleting server container
2024-06-24T15:43:10+05:30 [INFO] starting language server "typescript-language-server", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 4
2024-06-24T15:43:10+05:30 [INFO] fetching latest version of language server "typescript-language-server"
2024-06-24T15:43:36+05:30 [ERROR] timed out waiting on app_will_quit
2024-06-24T15:43:38+05:30 [INFO] ========== starting zed ==========
2024-06-24T15:43:38+05:30 [INFO] Opening main db
2024-06-24T15:43:38+05:30 [INFO] Using git binary path: Some("/Applications/Zed.app/Contents/MacOS/git")
2024-06-24T15:43:38+05:30 [INFO] Opening main db
2024-06-24T15:43:38+05:30 [INFO] installing extension html latest version
2024-06-24T15:43:38+05:30 [INFO] Opening main db
2024-06-24T15:43:38+05:30 [INFO] set status on client 0: Authenticating
2024-06-24T15:43:38+05:30 [INFO] set status on client 100055: Connecting
2024-06-24T15:43:38+05:30 [INFO] building git repository, `.git` path in the worktree: ".git"
2024-06-24T15:43:38+05:30 [ERROR] crates/workspace/src/persistence/model.rs:353: No path stored for this editor
2024-06-24T15:43:38+05:30 [INFO] Initializing default prettier with plugins {}
2024-06-24T15:43:38+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:43:38+05:30 [INFO] starting language server "typescript-language-server", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 1
2024-06-24T15:43:38+05:30 [INFO] starting language server "tailwindcss-language-server", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 2
2024-06-24T15:43:38+05:30 [INFO] starting language server "eslint", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 3
2024-06-24T15:43:38+05:30 [INFO] Initializing default prettier with plugins {}
2024-06-24T15:43:38+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:43:38+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:43:39+05:30 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-06-24T15:43:39+05:30 [INFO] set environment variables from shell:/bin/zsh, path:/opt/homebrew/opt/postgresql@15/bin:/opt/homebrew/opt/libpq/bin:/opt/homebrew/opt/postgresql@11/bin:/opt/homebrew/opt/openjdk@11/bin:/Users/anuragsingh/.bun/bin:/Users/anuragsingh/.nvm/versions/node/v18.16.1/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:/opt/homebrew/opt/postgresql@15/bin:/opt/homebrew/opt/libpq/bin:/opt/homebrew/opt/postgresql@11/bin:/opt/homebrew/opt/openjdk@11/bin:/Users/anuragsingh/.bun/bin:/Users/anuragsingh/.nvm/versions/node/v18.16.1/bin:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/anuragsingh/Library/Application Support/JetBrains/Toolbox/scripts:/Users/anuragsingh/Library/Application Support/JetBrains/Toolbox/scripts
2024-06-24T15:43:39+05:30 [INFO] fetching latest version of language server "typescript-language-server"
2024-06-24T15:43:39+05:30 [INFO] fetching latest version of language server "tailwindcss-language-server"
2024-06-24T15:43:39+05:30 [INFO] fetching latest version of language server "eslint"
2024-06-24T15:43:39+05:30 [INFO] downloading language server "eslint"
2024-06-24T15:43:40+05:30 [INFO] add connection to peer
2024-06-24T15:43:40+05:30 [INFO] add_connection;
2024-06-24T15:43:40+05:30 [INFO] waiting for server hello
2024-06-24T15:43:40+05:30 [INFO] got server hello
2024-06-24T15:43:40+05:30 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 0 }, peer id: PeerId { owner_id: 448, id: 313009 })
2024-06-24T15:43:40+05:30 [INFO] set status on client 100055: Connected { peer_id: PeerId { owner_id: 448, id: 313009 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2024-06-24T15:43:41+05:30 [INFO] rebuilt extension index in 1.973583ms
2024-06-24T15:43:41+05:30 [INFO] extensions updated. loading 1, reloading 0, unloading 0
2024-06-24T15:43:41+05:30 [INFO] Initializing default prettier with plugins {}
2024-06-24T15:43:41+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:43:41+05:30 [INFO] Initializing default prettier with plugins {}
2024-06-24T15:43:41+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:44:36+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:37+05:30 [INFO] starting language server. binary path: "/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/", args: ["/Users/anuragsingh/Library/Application Support/Zed/copilot/copilot-v0.5.0/dist/agent.js", "--stdio"]
2024-06-24T15:44:37+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:37+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:37+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-06-24T10:14:37.955Z] Agent service starting",
  "metadataStr": "[DEBUG] [agent] [2024-06-24T10:14:37.955Z]",
  "extra": [
    "Agent service starting"
  ]
}
2024-06-24T15:44:37+05:30 [INFO] Language server with id 0 sent unhandled notification client/registerCapability:
{
  "registrations": [
    {
      "id": "dd6d67e9-2764-46af-9df8-33b537e5ebda",
      "method": "workspace/didChangeWorkspaceFolders",
      "registerOptions": {}
    }
  ]
}
2024-06-24T15:44:38+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:38+05:30 [INFO] Installing default prettier and plugins: [("prettier", "3.3.2")]
2024-06-24T15:44:38+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:38+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 1,
  "message": "[INFO] [auth] [2024-06-24T10:14:38.334Z] Invalid copilot token: missing token: 403 ",
  "metadataStr": "[INFO] [auth] [2024-06-24T10:14:38.334Z]",
  "extra": [
    "Invalid copilot token: missing token: 403 "
  ]
}
2024-06-24T15:44:38+05:30 [INFO] Language server with id 0 sent unhandled notification window/showMessageRequest:
{
  "type": 2,
  "message": "No access to GitHub Copilot found. You are currently logged in as anurag-zuddl.",
  "actions": [
    {
      "title": "Signup for GitHub Copilot"
    },
    {
      "title": "Dismiss"
    }
  ]
}
2024-06-24T15:44:38+05:30 [INFO] Language server with id 0 sent unhandled notification LogMessage:
{
  "level": 0,
  "message": "[DEBUG] [agent] [2024-06-24T10:14:38.337Z] Telemetry initialized",
  "metadataStr": "[DEBUG] [agent] [2024-06-24T10:14:38.337Z]",
  "extra": [
    "Telemetry initialized"
  ]
}
2024-06-24T15:44:39+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:40+05:30 [INFO] Initialized prettier with plugins: {}
2024-06-24T15:44:40+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:41+05:30 [INFO] downloading language server "tailwindcss-language-server"
2024-06-24T15:44:41+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:41+05:30 [INFO] downloading language server "typescript-language-server"
2024-06-24T15:44:41+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:45+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:45+05:30 [INFO] starting language server. binary path: "/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", args: ["/Users/anuragsingh/Library/Application Support/Zed/languages/tailwindcss-language-server/node_modules/.bin/tailwindcss-language-server", "--stdio"]
2024-06-24T15:44:46+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:46+05:30 [INFO] starting language server. binary path: "/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", args: ["/Users/anuragsingh/Library/Application Support/Zed/languages/typescript-language-server/node_modules/typescript-language-server/lib/cli.mjs", "--stdio"]
2024-06-24T15:44:46+05:30 [INFO] Language server with id 1 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "Using Typescript version (user-setting) 4.4.4 from path \"/Users/anuragsingh/Desktop/zuddl/mono-frontend/node_modules/typescript/lib/tsserver.js\""
}
2024-06-24T15:44:46+05:30 [INFO] Language server with id 1 sent unhandled notification $/typescriptVersion:
{
  "version": "4.4.4",
  "source": "user-setting"
}
2024-06-24T15:44:50+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:53+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:44:53+05:30 [INFO] starting language server. binary path: "/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", args: ["/Users/anuragsingh/Library/Application Support/Zed/languages/eslint/vscode-eslint-release/2.4.4/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2024-06-24T15:44:53+05:30 [INFO] Language server with id 3 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "ESLint server running in node v18.15.0"
}
2024-06-24T15:44:55+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:44:55+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/edit-custom-widget/edit-custom-widget.tsx",
  "state": 1,
  "validationTime": 1552
}
2024-06-24T15:48:42+05:30 [INFO] starting language servers for JSON: json-language-server
2024-06-24T15:48:42+05:30 [INFO] starting language server "json-language-server", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 4
2024-06-24T15:48:42+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:48:42+05:30 [INFO] starting language servers for JSON: json-language-server
2024-06-24T15:48:42+05:30 [INFO] fetching latest version of language server "json-language-server"
2024-06-24T15:48:42+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:48:42+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:48:42+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/edit-custom-widget/edit-custom-widget.tsx",
  "state": 1,
  "validationTime": 76
}
2024-06-24T15:48:43+05:30 [INFO] downloading language server "json-language-server"
2024-06-24T15:48:43+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:48:49+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:48:49+05:30 [INFO] starting language server. binary path: "/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", args: ["/Users/anuragsingh/Library/Application Support/Zed/languages/json-language-server/node_modules/vscode-json-languageserver/bin/vscode-json-languageserver", "--stdio"]
2024-06-24T15:48:51+05:30 [INFO] starting language servers for JSON: json-language-server
2024-06-24T15:48:54+05:30 [WARN] Generic lsp request to node failed: Unhandled method textDocument/definition
2024-06-24T15:48:58+05:30 [INFO] rebuilt extension index in 5.5165ms
2024-06-24T15:49:48+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:49:48+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/list-speakers-page/add-speaker-form/add-speaker-form.tsx",
  "state": 2
}
2024-06-24T15:50:07+05:30 [INFO] starting language servers for JSON: json-language-server
2024-06-24T15:50:14+05:30 [INFO] starting language servers for CSS: vscode-css-language-server, tailwindcss-language-server
2024-06-24T15:50:14+05:30 [INFO] starting language server "vscode-css-language-server", path: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", id: 5
2024-06-24T15:50:14+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:50:14+05:30 [INFO] starting language servers for CSS: vscode-css-language-server, tailwindcss-language-server
2024-06-24T15:50:14+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:50:14+05:30 [INFO] starting language servers for JSON: json-language-server
2024-06-24T15:50:14+05:30 [INFO] fetching latest version of language server "vscode-css-language-server"
2024-06-24T15:50:14+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:50:14+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:50:14+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/edit-custom-widget/edit-custom-widget.tsx",
  "state": 1,
  "validationTime": 62
}
2024-06-24T15:50:14+05:30 [INFO] starting language servers for TypeScript: typescript-language-server, eslint
2024-06-24T15:50:14+05:30 [INFO] starting language servers for TypeScript: typescript-language-server, eslint
2024-06-24T15:50:14+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:50:14+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:50:14+05:30 [INFO] starting language servers for JSON: json-language-server
2024-06-24T15:50:14+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:50:14+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/list-speakers-page/add-speaker-form/add-speaker-form.tsx",
  "state": 1,
  "validationTime": 119
}
2024-06-24T15:50:14+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:50:14+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/list-speakers-page/add-speaker-form/add-speaker-form.tsx",
  "state": 1,
  "validationTime": 66
}
2024-06-24T15:50:14+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:50:14+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/edit-custom-widget/edit-custom-widget.tsx",
  "state": 1,
  "validationTime": 34
}
2024-06-24T15:50:14+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/node_modules/@nrwl/react/typings/cssmodule.d.ts",
  "state": 1,
  "validationTime": 9
}
2024-06-24T15:50:14+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/node_modules/@nrwl/react/typings/cssmodule.d.ts",
  "state": 1,
  "validationTime": 4
}
2024-06-24T15:50:16+05:30 [INFO] downloading language server "vscode-css-language-server"
2024-06-24T15:50:16+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:50:24+05:30 [INFO] Node runtime install_if_needed
2024-06-24T15:50:24+05:30 [INFO] starting language server. binary path: "/Users/anuragsingh/Library/Application Support/Zed/node/node-v18.15.0-darwin-arm64/bin/node", working directory: "/Users/anuragsingh/Desktop/zuddl/mono-frontend", args: ["/Users/anuragsingh/Library/Application Support/Zed/languages/vscode-css-language-server/node_modules/vscode-langservers-extracted/bin/vscode-css-language-server", "--stdio"]
2024-06-24T15:50:25+05:30 [INFO] Language server with id 5 sent unhandled notification workspace/diagnostic/refresh:
null
2024-06-24T15:54:25+05:30 [ERROR] connection error: delay between messages too long
2024-06-24T15:54:25+05:30 [INFO] set status on client 100055: ConnectionLost
2024-06-24T15:54:25+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:54:25+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:54:27+05:30 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-06-24T15:54:29+05:30 [INFO] add connection to peer
2024-06-24T15:54:29+05:30 [INFO] add_connection;
2024-06-24T15:54:29+05:30 [INFO] waiting for server hello
2024-06-24T15:54:29+05:30 [INFO] got server hello
2024-06-24T15:54:29+05:30 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 1 }, peer id: PeerId { owner_id: 448, id: 317349 })
2024-06-24T15:54:29+05:30 [INFO] set status on client 100055: Connected { peer_id: PeerId { owner_id: 448, id: 317349 }, connection_id: ConnectionId { owner_id: 0, id: 1 } }
2024-06-24T15:55:34+05:30 [ERROR] connection error: delay between messages too long
2024-06-24T15:55:34+05:30 [INFO] set status on client 100055: ConnectionLost
2024-06-24T15:55:34+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:34+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:39+05:30 [WARN] request completed with error: request or operation took longer than the configured timeout time
2024-06-24T15:55:39+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:39+05:30 [ERROR] failed to connect request or operation took longer than the configured timeout time
2024-06-24T15:55:39+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13811, tv_nsec: 906098125 } }
2024-06-24T15:55:40+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:40+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:40+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:40+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:40+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:40+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13812, tv_nsec: 410813208 } }
2024-06-24T15:55:40+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:40+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:40+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:40+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:40+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:40+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13813, tv_nsec: 22247699 } }
2024-06-24T15:55:41+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:41+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:41+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:41+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:41+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:41+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13813, tv_nsec: 527390250 } }
2024-06-24T15:55:41+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:41+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:41+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:41+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:41+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:41+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13814, tv_nsec: 644079900 } }
2024-06-24T15:55:42+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:42+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:42+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:42+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:42+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:42+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13815, tv_nsec: 638254703 } }
2024-06-24T15:55:43+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:43+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:43+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:43+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:43+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:43+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13817, tv_nsec: 472867861 } }
2024-06-24T15:55:45+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:45+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:45+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:45+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:45+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:45+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13820, tv_nsec: 268485495 } }
2024-06-24T15:55:48+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:48+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:48+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:48+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:48+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:48+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13822, tv_nsec: 783488699 } }
2024-06-24T15:55:51+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:51+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:51+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:51+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:51+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:51+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13825, tv_nsec: 530371731 } }
2024-06-24T15:55:53+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:53+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:53+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:53+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:53+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:53+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13831, tv_nsec: 446968071 } }
2024-06-24T15:55:59+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:55:59+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:55:59+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:55:59+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:55:59+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:55:59+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13841, tv_nsec: 541278166 } }
2024-06-24T15:56:09+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:56:09+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:56:09+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:56:09+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:56:09+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:56:09+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13850, tv_nsec: 880269239 } }
2024-06-24T15:56:19+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:56:19+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:56:19+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:56:19+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:56:19+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:56:19+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13860, tv_nsec: 884278375 } }
2024-06-24T15:56:29+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:56:29+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:56:31+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:56:31+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:56:31+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/components/widget-settings-config/custom-css/custom-css.tsx",
  "state": 1,
  "validationTime": 47
}
2024-06-24T15:56:32+05:30 [INFO] starting language servers for TypeScript: typescript-language-server, eslint
2024-06-24T15:56:32+05:30 [INFO] starting language servers for TypeScript: typescript-language-server, eslint
2024-06-24T15:56:32+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:56:32+05:30 [INFO] starting language servers for JSON: json-language-server
2024-06-24T15:56:32+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:56:32+05:30 [INFO] starting language servers for TypeScript: typescript-language-server, eslint
2024-06-24T15:56:32+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:56:32+05:30 [INFO] Language server with id 5 sent unhandled notification workspace/diagnostic/refresh:
null
2024-06-24T15:56:32+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:56:32+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/edit-custom-widget/edit-custom-widget.tsx",
  "state": 1,
  "validationTime": 52
}
2024-06-24T15:56:32+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:56:32+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/pages/list-speakers-page/add-speaker-form/add-speaker-form.tsx",
  "state": 1,
  "validationTime": 77
}
2024-06-24T15:56:32+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/node_modules/@nrwl/react/typings/cssmodule.d.ts",
  "state": 1,
  "validationTime": 7
}
2024-06-24T15:56:32+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:56:32+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/components/widget-settings-config/custom-css/custom-css.tsx",
  "state": 1,
  "validationTime": 29
}
2024-06-24T15:56:32+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/node_modules/@types/react/index.d.ts",
  "state": 1,
  "validationTime": 8
}
2024-06-24T15:56:32+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/node_modules/@types/react/index.d.ts",
  "state": 1,
  "validationTime": 4
}
2024-06-24T15:56:37+05:30 [WARN] request completed with error: request or operation took longer than the configured timeout time
2024-06-24T15:56:37+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:56:37+05:30 [ERROR] failed to connect request or operation took longer than the configured timeout time
2024-06-24T15:56:37+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13879, tv_nsec: 384873916 } }
2024-06-24T15:56:47+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:56:47+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:56:47+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:56:47+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:56:47+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:56:47+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13889, tv_nsec: 401950916 } }
2024-06-24T15:56:57+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:56:57+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:56:57+05:30 [WARN] request completed with error: failed to resolve host name
2024-06-24T15:56:57+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:56:57+05:30 [ERROR] failed to connect failed to resolve host name
2024-06-24T15:56:57+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13899, tv_nsec: 417818458 } }
2024-06-24T15:57:07+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:57:07+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:57:12+05:30 [WARN] request completed with error: request or operation took longer than the configured timeout time
2024-06-24T15:57:12+05:30 [INFO] set status on client 100055: ConnectionError
2024-06-24T15:57:12+05:30 [ERROR] failed to connect request or operation took longer than the configured timeout time
2024-06-24T15:57:12+05:30 [INFO] set status on client 100055: ReconnectionError { next_reconnection: Instant { tv_sec: 13913, tv_nsec: 213464001 } }
2024-06-24T15:57:21+05:30 [INFO] set status on client 100055: Reauthenticating
2024-06-24T15:57:21+05:30 [INFO] set status on client 100055: Reconnecting
2024-06-24T15:57:22+05:30 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2024-06-24T15:57:30+05:30 [INFO] add connection to peer
2024-06-24T15:57:30+05:30 [INFO] add_connection;
2024-06-24T15:57:30+05:30 [INFO] waiting for server hello
2024-06-24T15:57:31+05:30 [INFO] got server hello
2024-06-24T15:57:31+05:30 [INFO] set status to connected (connection id: ConnectionId { owner_id: 0, id: 2 }, peer id: PeerId { owner_id: 448, id: 318524 })
2024-06-24T15:57:31+05:30 [INFO] set status on client 100055: Connected { peer_id: PeerId { owner_id: 448, id: 318524 }, connection_id: ConnectionId { owner_id: 0, id: 2 } }
2024-06-24T15:59:51+05:30 [INFO] starting language servers for TSX: typescript-language-server, tailwindcss-language-server, eslint
2024-06-24T15:59:51+05:30 [ERROR] /Users/administrator/actions-runner-2/_work/zed/zed/crates/lsp/src/lsp.rs:803: Error("invalid value: string \"\", expected relative URL without a base", line: 0, column: 0)
2024-06-24T15:59:51+05:30 [INFO] Language server with id 3 sent unhandled notification eslint/status:
{
  "uri": "file:///Users/anuragsingh/Desktop/zuddl/mono-frontend/apps/setup/src/app/components/widget-settings-config/custom-css/custom-css.tsx",
  "state": 1,
  "validationTime": 43
}
deep-cognite commented 2 weeks ago

I think I'm in the same boat. I've been trying to use the tricks that are found in this thread: https://github.com/zed-industries/zed/issues/5612 - It worked once for a split second (I could see the lint errors), but then disappeared despite having the same configuration.

We're also in a NX monorepo with a root-level ".eslinrc.json" and each application/library has its respective ".eslintrc.json" that extends the root config (and some even extend with their own rules)

jaydenseric commented 2 weeks ago

Are you sure there are no TypeScript errors on the same line? If there are, they can prevent ESLint errors displaying in the same places: https://github.com/zed-industries/zed/issues/12670 .

Edit: Or maybe it was the other way around.

heyanurag commented 2 weeks ago

@deep-cognite that's exactly whats happening with me. The eslint errors show up for a few seconds and then disappear on its own.

@jaydenseric Pretty sure there are no TypeScript errors. Everything works fine on vscode but not on zed with the exact same config.