-
Notifications
You must be signed in to change notification settings - Fork 6.3k
Open
Copy link
Labels
area:languages/typescriptTypeScript programming language supportTypeScript programming language supportfrequency:alwaysBug that happens for everyone on every platform no matter how they use ZedBug that happens for everyone on every platform no matter how they use Zedpriority:P2Average run-of-the-mill bugsAverage run-of-the-mill bugsstate:needs reproNeeds reproduction steps / someone to reproduceNeeds reproduction steps / someone to reproduce
Description
Reproduction steps
- Create a test file in a path like this:
./src/app/(public)/tests/fails.test.ts - Create a simple bun test and attempt to run it using the "run" icon in the gutter.
import { describe, expect, test } from "bun:test";
describe("fails to find this test file", () => {
test("test runs when executed from gutter or 'run' command", async () => {
expect(true).toBe(true);
});
});- You'll see the following error:
no matches found: {project_dir}/src/app/(public)/tests/fails.test.ts
How to resolve? Wrap the file path in quotes to force it as a string when passing the file path to the test runner.
e.g.
bun test \"$ZED_RELATIVE_FILE\" -t=\"$ZED_SYMBOL\"
Current vs. Expected behavior
Expected Behavior (achieved using custom task):

Custom Task:
// tasks.json
[
{
"label": "Bun - \"$ZED_SYMBOL\"",
"command": "bun test",
"args": ["\"$ZED_RELATIVE_FILE\" -t=\"$ZED_SYMBOL\""],
"tags": ["js-test", "ts-test", "bun-test", "tsx-test"],
},
]Zed version and system specs
Zed: v0.217.2+stable.102.3d2e6ee76b4d9a932248242506611985cae6b0a8 (Zed)
OS: Linux X11 linuxmint 22
Memory: 58.5 GiB
Architecture: x86_64
GPU: AMD Radeon 780M (RADV PHOENIX) || radv || Mesa 25.0.7-0ubuntu0.24.04.2
Attach Zed log file
Zed.log
2025-12-18T07:10:36-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 69
}
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeEmptyObject to toBeEmptyObject (method) MatchersBuiltin<string>.toBeEmptyObject(): void. Refusing to apply this because it changes the fuzzy match text from toBeEmptyObject to .toBeEmptyObject
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeEmptyObject to toBeEmptyObject (method) MatchersBuiltin<string>.toBeEmptyObject(): void. Refusing to apply this because it changes the fuzzy match text from toBeEmptyObject to .toBeEmptyObject
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeEmptyObject to toBeEmptyObject (method) MatchersBuiltin<string>.toBeEmptyObject(): void. Refusing to apply this because it changes the fuzzy match text from toBeEmptyObject to .toBeEmptyObject
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeEmptyObject to toBeEmptyObject (method) MatchersBuiltin<string>.toBeEmptyObject(): void. Refusing to apply this because it changes the fuzzy match text from toBeEmptyObject to .toBeEmptyObject
2025-12-18T07:10:36-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 71
}
2025-12-18T07:10:36-07:00 WARN [project::lsp_store] Get completion via vtsls failed: Request textDocument/completion failed with message: Reduce of empty array with no initial value
2025-12-18T07:10:36-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 85
}
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeEnabled to toBeEnabled (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toBeEnabled(): string. Refusing to apply this because it changes the fuzzy match text from toBeEnabled to .toBeEnabled
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from rejects to rejects (property) MatchersBuiltin<string>.rejects: Matchers<unknown>. Refusing to apply this because it changes the fuzzy match text from rejects to .rejects
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from nthCalledWith to nthCalledWith (method) MatchersBuiltin<string>.nthCalledWith(n: number, ...expected: unknown[]): void. Refusing to apply this because it changes the fuzzy match text from nthCalledWith to .nthCalledWith
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeEnabled to toBeEnabled (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toBeEnabled(): string. Refusing to apply this because it changes the fuzzy match text from toBeEnabled to .toBeEnabled
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toThrowErrorMatchingSnapshot to toThrowErrorMatchingSnapshot (method) MatchersBuiltin<string>.toThrowErrorMatchingSnapshot(hint?: string): void. Refusing to apply this because it changes the fuzzy match text from toThrowErrorMatchingSnapshot to .toThrowErrorMatchingSnapshot
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeInTheDOM to toBeInTheDOM (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toBeInTheDOM(container?: HTMLElement | SVGElement): string. Refusing to apply this because it changes the fuzzy match text from toBeInTheDOM to .toBeInTheDOM
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveDescription to toHaveDescription (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveDescription(text?: string | RegExp | ((str: string | String) => AsymmetricMatcher) | undefined): string. Refusing to apply this because it changes the fuzzy match text from toHaveDescription to .toHaveDescription
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveErrorMessage to toHaveErrorMessage (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveErrorMessage(text?: string | RegExp | ((str: string | String) => AsymmetricMatcher) | undefined): string. Refusing to apply this because it changes the fuzzy match text from toHaveErrorMessage to .toHaveErrorMessage
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeEnabled to toBeEnabled (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toBeEnabled(): string. Refusing to apply this because it changes the fuzzy match text from toBeEnabled to .toBeEnabled
2025-12-18T07:10:36-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toBeEnabled to toBeEnabled (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toBeEnabled(): string. Refusing to apply this because it changes the fuzzy match text from toBeEnabled to .toBeEnabled
2025-12-18T07:10:36-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 77
}
2025-12-18T07:10:36-07:00 WARN [project::lsp_store] Get completion via vtsls failed: Request textDocument/completion failed with message: Reduce of empty array with no initial value
2025-12-18T07:10:37-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 92
}
2025-12-18T07:10:37-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveAccessibleDescription to toHaveAccessibleDescription (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveAccessibleDescription(text?: string | RegExp | ((str: string | String) => AsymmetricMatcher) | undefined): string. Refusing to apply this because it changes the fuzzy match text from toHaveAccessibleDescription to .toHaveAccessibleDescription
2025-12-18T07:10:37-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveAttribute to toHaveAttribute (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveAttribute(attr: string, value?: unknown): string. Refusing to apply this because it changes the fuzzy match text from toHaveAttribute to .toHaveAttribute
2025-12-18T07:10:37-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveAccessibleDescription to toHaveAccessibleDescription (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveAccessibleDescription(text?: string | RegExp | ((str: string | String) => AsymmetricMatcher) | undefined): string. Refusing to apply this because it changes the fuzzy match text from toHaveAccessibleDescription to .toHaveAccessibleDescription
2025-12-18T07:10:37-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveAccessibleErrorMessage to toHaveAccessibleErrorMessage (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveAccessibleErrorMessage(text?: string | RegExp | ((str: string | String) => AsymmetricMatcher) | undefined): string. Refusing to apply this because it changes the fuzzy match text from toHaveAccessibleErrorMessage to .toHaveAccessibleErrorMessage
2025-12-18T07:10:37-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveAccessibleErrorMessage to toHaveAccessibleErrorMessage (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveAccessibleErrorMessage(text?: string | RegExp | ((str: string | String) => AsymmetricMatcher) | undefined): string. Refusing to apply this because it changes the fuzzy match text from toHaveAccessibleErrorMessage to .toHaveAccessibleErrorMessage
2025-12-18T07:10:37-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveAccessibleName to toHaveAccessibleName (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveAccessibleName(text?: string | RegExp | ((str: string | String) => AsymmetricMatcher) | undefined): string. Refusing to apply this because it changes the fuzzy match text from toHaveAccessibleName to .toHaveAccessibleName
2025-12-18T07:10:37-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveAccessibleName to toHaveAccessibleName (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveAccessibleName(text?: string | RegExp | ((str: string | String) => AsymmetricMatcher) | undefined): string. Refusing to apply this because it changes the fuzzy match text from toHaveAccessibleName to .toHaveAccessibleName
2025-12-18T07:10:37-07:00 ERROR [project::lsp_store] Resolved completion changed display label from toHaveAttribute to toHaveAttribute (method) matchers.TestingLibraryMatchers<(str: string | String) => AsymmetricMatcher, string>.toHaveAttribute(attr: string, value?: unknown): string. Refusing to apply this because it changes the fuzzy match text from toHaveAttribute to .toHaveAttribute
2025-12-18T07:10:37-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 76
}
2025-12-18T07:10:37-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 71
}
2025-12-18T07:10:39-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 394
}
2025-12-18T07:10:42-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 67
}
2025-12-18T07:10:43-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 77
}
2025-12-18T07:10:44-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 71
}
2025-12-18T07:10:44-07:00 WARN [project.format.local.code-actions] No code actions were resolved, continuing
2025-12-18T07:10:44-07:00 INFO [project::prettier_store] Found prettier in "/home/bryce/www/oe5", starting.
2025-12-18T07:10:44-07:00 INFO [project::prettier_store] Starting prettier at path "/home/bryce/www/oe5"
2025-12-18T07:10:44-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/oe5", args: ["/home/bryce/.local/share/zed/prettier/prettier_server.js", "/home/bryce/www/oe5"]
2025-12-18T07:10:44-07:00 INFO [prettier] Found prettier ignore at "/home/bryce/www/oe5/.prettierignore"
2025-12-18T07:10:44-07:00 INFO [project::prettier_store] Started prettier in "/home/bryce/www/oe5"
2025-12-18T07:10:44-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 71
}
2025-12-18T07:11:19-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 70
}
2025-12-18T07:11:20-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 69
}
2025-12-18T07:11:21-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 80
}
2025-12-18T07:11:21-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 80
}
2025-12-18T07:11:21-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 75
}
2025-12-18T07:11:22-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:11:22-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:11:22-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:11:22-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:11:22-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(form)/_utils/sleep.test.ts",
"state": 1,
"validationTime": 22
}
2025-12-18T07:11:22-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 18
}
2025-12-18T07:11:22-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(form)/_utils/sleep.test.ts",
"state": 1,
"validationTime": 42
}
2025-12-18T07:11:22-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 19
}
2025-12-18T07:11:23-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 21
}
2025-12-18T07:11:23-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 379
}
2025-12-18T07:11:24-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 78
}
2025-12-18T07:11:26-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 71
}
2025-12-18T07:11:27-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 88
}
2025-12-18T07:11:27-07:00 WARN [project::lsp_store] Get completion via vtsls failed: Request textDocument/completion failed with message: Reduce of empty array with no initial value
2025-12-18T07:11:27-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 66
}
2025-12-18T07:11:27-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 78
}
2025-12-18T07:11:27-07:00 WARN [project::lsp_store] Get completion via vtsls failed: Request textDocument/completion failed with message: Reduce of empty array with no initial value
2025-12-18T07:11:28-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 81
}
2025-12-18T07:11:28-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 70
}
2025-12-18T07:11:28-07:00 WARN [project::lsp_store] Get completion via vtsls failed: Request textDocument/completion failed with message: Reduce of empty array with no initial value
2025-12-18T07:11:29-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 65
}
2025-12-18T07:11:29-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 70
}
2025-12-18T07:11:30-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 70
}
2025-12-18T07:11:30-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 61
}
2025-12-18T07:11:30-07:00 WARN [project::lsp_store] Get completion via vtsls failed: Request textDocument/completion failed with message: Reduce of empty array with no initial value
2025-12-18T07:11:30-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 70
}
2025-12-18T07:11:30-07:00 WARN [project::lsp_store] Get completion via vtsls failed: Request textDocument/completion failed with message: Reduce of empty array with no initial value
2025-12-18T07:11:30-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 68
}
2025-12-18T07:11:31-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 75
}
2025-12-18T07:11:31-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 69
}
2025-12-18T07:11:31-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 67
}
2025-12-18T07:11:31-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 65
}
2025-12-18T07:11:32-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 61
}
2025-12-18T07:11:32-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 67
}
2025-12-18T07:11:32-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 74
}
2025-12-18T07:11:32-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 73
}
2025-12-18T07:11:32-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 63
}
2025-12-18T07:11:33-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 73
}
2025-12-18T07:11:34-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 63
}
2025-12-18T07:11:36-07:00 WARN [project.format.local.code-actions] No code actions were resolved, continuing
2025-12-18T07:11:37-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/test/testing.test.ts",
"state": 1,
"validationTime": 82
}
2025-12-18T07:11:38-07:00 ERROR [lsp] Cancelled LSP request task for "initialize" id 0 which took over 120s
2025-12-18T07:11:38-07:00 ERROR [project::lsp_store] Failed to start language server "tsgo": initializing server tsgo, id 20
Caused by:
Request timed out
2025-12-18T07:11:43-07:00 INFO [lsp] timeout waiting for language server tsgo (id 20) to shutdown
2025-12-18T07:12:07-07:00 WARN [project.format.local.code-actions] No code actions were resolved, continuing
2025-12-18T07:12:10-07:00 INFO [gpui::platform::linux::x11::window] Using Visual { id: 269, colormap: 0, depth: 32 }
2025-12-18T07:12:10-07:00 INFO [gpui::platform::linux::x11::window] Creating colormap 25165893
2025-12-18T07:12:10-07:00 INFO [gpui::platform::blade::blade_renderer] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8Unorm, alpha: Ignored }
2025-12-18T07:12:10-07:00 INFO [gpui::platform::linux::x11::window] x11: no compositor present, falling back to server-side window decorations
2025-12-18T07:12:10-07:00 INFO [zed::zed] Using GPU: GpuSpecs { is_software_emulated: false, device_name: "AMD Radeon 780M (RADV PHOENIX)", driver_name: "radv", driver_info: "Mesa 25.0.7-0ubuntu0.24.04.2" }
2025-12-18T07:12:10-07:00 INFO [gpui::platform::linux::x11::client] Refreshing every 16ms
2025-12-18T07:12:10-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/hey-pros-ui", args: ["--max-old-space-size=8192", "/home/bryce/.local/share/zed/languages/eslint/vscode-eslint-2.4.4/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2025-12-18T07:12:10-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/hey-pros-ui", args: ["/home/bryce/.local/share/zed/languages/tailwindcss-language-server/node_modules/.bin/tailwindcss-language-server", "--stdio"]
2025-12-18T07:12:10-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/hey-pros-ui", args: ["/home/bryce/.local/share/zed/extensions/work/emmet/node_modules/@olrtg/emmet-language-server/dist/index.js", "--stdio"]
2025-12-18T07:12:10-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/hey-pros-ui", args: ["/home/bryce/.local/share/zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2025-12-18T07:12:10-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/languages/package-version-server/package-version-server-v0.0.10", working directory: "/home/bryce/www/hey-pros-ui", args: []
2025-12-18T07:12:10-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/hey-pros-ui", args: ["/home/bryce/.local/share/zed/extensions/work/graphql/node_modules/graphql-language-service-cli/bin/graphql.js", "server", "-m", "stream", "-c", "/home/bryce/www/hey-pros-ui"]
2025-12-18T07:12:10-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/tsgo/node_modules/@typescript/native-preview-linux-x64/lib/tsgo", working directory: "/home/bryce/www/hey-pros-ui", args: ["--lsp", "--stdio"]
2025-12-18T07:12:10-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/typos/typos-lsp-v0.1.46/typos-lsp", working directory: "/home/bryce/www/hey-pros-ui", args: []
2025-12-18T07:12:11-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/hey-pros-ui", args: ["/home/bryce/.local/share/zed/languages/vtsls/node_modules/@vtsls/language-server/bin/vtsls.js", "--stdio"]
2025-12-18T07:12:11-07:00 INFO [lsp] Language server with id 25 sent unhandled notification window/logMessage:
{
"type": 3,
"message": "ESLint server running in node v24.11.0"
}
2025-12-18T07:12:11-07:00 INFO [lsp] Language server with id 24 sent unhandled notification window/logMessage:
{
"type": 4,
"message": "Setting up server…"
}
2025-12-18T07:12:11-07:00 INFO [lsp] Language server with id 24 sent unhandled notification window/logMessage:
{
"type": 4,
"message": "Listening for messages…"
}
2025-12-18T07:12:11-07:00 ERROR [project::context_server_store] Failed to create context server configuration from settings: from extension "GitLab MCP Server" version 0.0.5: missing field `gitlab_personal_access_token`
2025-12-18T07:12:13-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/hey-pros-ui", args: ["/home/bryce/.local/share/zed/languages/yaml-language-server/node_modules/yaml-language-server/bin/yaml-language-server", "--stdio"]
2025-12-18T07:12:16-07:00 INFO [assistant_text_thread::text_thread_store] registering context server command: "upgrade-nextjs-16"
2025-12-18T07:12:16-07:00 INFO [assistant_text_thread::text_thread_store] registering context server command: "enable-cache-components"
2025-12-18T07:12:18-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/color-highlight/color-lsp-v0.2.2/color-lsp", working directory: "/home/bryce/www/hey-pros-ui", args: []
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 31 sent unhandled notification telemetry/event:
{
"name": "yaml.schema.configured",
"properties": {
"kubernetes": true
}
}
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 16 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(form)/_utils/sleep.test.ts",
"state": 1,
"validationTime": 41
}
2025-12-18T07:12:18-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(form)/_utils/sleep.test.ts",
"state": 1,
"validationTime": 26
}
2025-12-18T07:12:19-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(form)/_utils/sleep.test.ts",
"state": 1,
"validationTime": 177
}
2025-12-18T07:12:20-07:00 INFO [lsp] Language server with id 25 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/hey-pros-ui/components/Forms/WorkOrderCreateOrUpdate/index.tsx",
"state": 1,
"validationTime": 1682
}
2025-12-18T07:12:20-07:00 INFO [lsp] Language server with id 25 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/hey-pros-ui/components/Image/index.tsx",
"state": 1,
"validationTime": 1702
}
2025-12-18T07:12:20-07:00 INFO [lsp] Language server with id 25 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/hey-pros-ui/components/Icons/Image.tsx",
"state": 1,
"validationTime": 40
}
2025-12-18T07:12:20-07:00 INFO [lsp] Language server with id 25 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/hey-pros-ui/pages/plans-and-pricing/index.tsx",
"state": 1,
"validationTime": 57
}
2025-12-18T07:12:20-07:00 INFO [lsp] Language server with id 25 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/hey-pros-ui/components/Button/_.test.tsx",
"state": 1,
"validationTime": 58
}
2025-12-18T07:12:43-07:00 WARN [calloop::loop_logic] Received an event for non-existent source reg_token=TokenInner { id: 4, version: 0, sub_id: 0 }
2025-12-18T07:12:43-07:00 ERROR [lsp] Shutdown request failure, server package-version-server (id 33): Unexpected params: null
2025-12-18T07:12:43-07:00 ERROR [lsp] Shutdown request failure, server color-lsp (id 26): Unexpected params: null
2025-12-18T07:12:48-07:00 INFO [lsp] timeout waiting for language server tsgo (id 29) to shutdown
2025-12-18T07:12:50-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(form)/_utils/sleep.test.ts",
"state": 1,
"validationTime": 105
}
2025-12-18T07:12:52-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(form)/_utils/sleep.test.ts",
"state": 1,
"validationTime": 96
}
2025-12-18T07:12:53-07:00 WARN [project.format.local.code-actions] No code actions were resolved, continuing
2025-12-18T07:16:32-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(form)/_utils/sleep.test.ts",
"state": 1,
"validationTime": 83
}
2025-12-18T07:33:41-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/.config/zed", args: ["/home/bryce/.local/share/zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2025-12-18T07:33:41-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/typos/typos-lsp-v0.1.46/typos-lsp", working directory: "/home/bryce/.config/zed", args: []
2025-12-18T07:33:42-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/color-highlight/color-lsp-v0.2.2/color-lsp", working directory: "/home/bryce/.config/zed", args: []
2025-12-18T07:42:36-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 2032
}
2025-12-18T07:42:37-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 699
}
2025-12-18T07:42:37-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 120
}
2025-12-18T07:42:37-07:00 WARN [project.format.local.code-actions] No code actions were resolved, continuing
2025-12-18T07:42:37-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 103
}
2025-12-18T07:42:58-07:00 ERROR [lsp] Shutdown request failure, server color-lsp (id 35): Unexpected params: null
2025-12-18T07:43:12-07:00 INFO [lsp] Language server with id 17 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 129
}
2025-12-18T07:43:13-07:00 WARN [project.format.local.code-actions] No code actions were resolved, continuing
2025-12-18T07:44:04-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/.config/zed", args: ["/home/bryce/.local/share/zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2025-12-18T07:44:04-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/typos/typos-lsp-v0.1.46/typos-lsp", working directory: "/home/bryce/.config/zed", args: []
2025-12-18T07:44:05-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/color-highlight/color-lsp-v0.2.2/color-lsp", working directory: "/home/bryce/.config/zed", args: []
2025-12-18T07:44:09-07:00 ERROR [worktree] ignoring event "/home/bryce/.config/zed/tasks.json" outside of root path "/home/bryce/www/linux/zed/tasks.json"
2025-12-18T07:44:16-07:00 ERROR [worktree] ignoring event "/home/bryce/.config/zed/tasks.json" outside of root path "/home/bryce/www/linux/zed/tasks.json"
2025-12-18T07:44:22-07:00 INFO [gpui::platform::linux::platform] Restarting process, using app path: "/home/bryce/.local/zed.app/libexec/zed-editor"
2025-12-18T07:44:22-07:00 WARN [lsp::input_handler] failed to deserialize LSP message:
{"jsonrpc":"2.0","result":{}}
2025-12-18T07:44:22-07:00 WARN [lsp::input_handler] failed to deserialize LSP message:
{"jsonrpc":"2.0","result":{}}
2025-12-18T07:44:22-07:00 ERROR [lsp] Shutdown request failure, server prettier (id 14): Error: Unknown method: shutdown
While handling prettier request: {"jsonrpc":"2.0","id":5,"method":"shutdown","params":null}
2025-12-18T07:44:22-07:00 ERROR [lsp] Shutdown request failure, server prettier (id 22): Error: Unknown method: shutdown
While handling prettier request: {"jsonrpc":"2.0","id":8,"method":"shutdown","params":null}
2025-12-18T07:44:22-07:00 ERROR [lsp] Shutdown request failure, server color-lsp (id 38): Unexpected params: null
2025-12-18T07:44:22-07:00 ERROR [lsp] Shutdown request failure, server color-lsp (id 18): Unexpected params: null
2025-12-18T07:44:22-07:00 INFO [zed] ========== starting zed version 0.217.2+stable.102.3d2e6ee76b4d9a932248242506611985cae6b0a8, sha 3d2e6ee ==========
2025-12-18T07:44:22-07:00 INFO [gpui::platform::linux::x11::client] x11: compositor present: true, gtk_frame_extents_supported: false
2025-12-18T07:44:22-07:00 INFO [gpui::platform::linux::x11::client] Using scale factor from GPUI_X11_SCALE_FACTOR: 1
2025-12-18T07:44:22-07:00 INFO [zed_xim::x11rb] Try connect ibus
2025-12-18T07:44:22-07:00 INFO [crashes] spawning crash handler process
2025-12-18T07:44:22-07:00 INFO [extension_host] extensions updated. loading 26, reloading 0, unloading 0
2025-12-18T07:44:22-07:00 INFO [crashes] connected to crash handler process after 100ms
2025-12-18T07:44:22-07:00 INFO [crashes] crash handler registered
2025-12-18T07:44:22-07:00 INFO [gpui::platform::linux::platform] activate is not implemented on Linux, ignoring the call
2025-12-18T07:44:22-07:00 INFO [auto_update] Auto Update: checking for updates
2025-12-18T07:44:22-07:00 INFO [gpui::platform::linux::x11::window] Using Visual { id: 269, colormap: 0, depth: 32 }
2025-12-18T07:44:22-07:00 INFO [gpui::platform::linux::x11::window] Creating colormap 25165826
2025-12-18T07:44:22-07:00 INFO [gpui::platform::blade::blade_renderer] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8Unorm, alpha: Ignored }
2025-12-18T07:44:22-07:00 INFO [gpui::platform::linux::x11::window] x11: no compositor present, falling back to server-side window decorations
2025-12-18T07:44:22-07:00 INFO [workspace] Rendered first frame
2025-12-18T07:44:22-07:00 INFO [zed::zed] Using GPU: GpuSpecs { is_software_emulated: false, device_name: "AMD Radeon 780M (RADV PHOENIX)", driver_name: "radv", driver_info: "Mesa 25.0.7-0ubuntu0.24.04.2" }
2025-12-18T07:44:22-07:00 INFO [client] set status on client 0: Authenticating
2025-12-18T07:44:22-07:00 INFO [util] set environment variables from shell:/usr/bin/zsh, path:/home/bryce/.local/bin:/home/bryce/.bun/bin:/home/bryce/.deno/bin:/home/bryce/.local/share/pnpm:/home/bryce/.asdf/shims:/home/bryce/.local/bin:/home/bryce/.bun/bin:/home/bryce/.deno/bin:/home/bryce/.local/share/pnpm:/home/bryce/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/usr/local/bin:/home/bryce/.local/share/JetBrains/Toolbox/scripts:/opt/nvim-linux-x86_64/bin:/opt/android-sdk:/usr/local/bin:/home/bryce/.local/share/JetBrains/Toolbox/scripts:/opt/nvim-linux-x86_64/bin:/opt/android-sdk
2025-12-18T07:44:23-07:00 INFO [node_runtime] Node runtime install_if_needed
2025-12-18T07:44:23-07:00 INFO [node_runtime] using Zed managed Node.js at /home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64 since `node.ignore_system_version` is `true` in settings
2025-12-18T07:44:23-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/oe5", args: ["--max-old-space-size=8192", "/home/bryce/.local/share/zed/languages/eslint/vscode-eslint-2.4.4/vscode-eslint/server/out/eslintServer.js", "--stdio"]
2025-12-18T07:44:23-07:00 INFO [gpui::platform::linux::x11::client] Refreshing every 16ms
2025-12-18T07:44:23-07:00 INFO [zed_xim::x11rb] XConnected server on 31457293, transport version: 0.0, TRANSPORT_MAX: 20
2025-12-18T07:44:23-07:00 INFO [client] set status on client 185893: Authenticated
2025-12-18T07:44:24-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/oe5", args: ["/home/bryce/.local/share/zed/languages/tailwindcss-language-server/node_modules/.bin/tailwindcss-language-server", "--stdio"]
2025-12-18T07:44:24-07:00 INFO [assistant_text_thread::text_thread_store] registering context server command: "upgrade-nextjs-16"
2025-12-18T07:44:24-07:00 INFO [assistant_text_thread::text_thread_store] registering context server command: "enable-cache-components"
2025-12-18T07:44:25-07:00 ERROR [project::context_server_store] Failed to create context server configuration from settings: from extension "GitLab MCP Server" version 0.0.5: missing field `gitlab_personal_access_token`
2025-12-18T07:44:25-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/oe5", args: ["/home/bryce/.local/share/zed/languages/vtsls/node_modules/@vtsls/language-server/bin/vtsls.js", "--stdio"]
2025-12-18T07:44:26-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/projectInitialized:
[
null
]
2025-12-18T07:44:47-07:00 INFO [lsp] Language server with id 3 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 23947
}
2025-12-18T07:44:58-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/www/oe5", args: ["/home/bryce/.local/share/zed/extensions/work/graphql/node_modules/graphql-language-service-cli/bin/graphql.js", "server", "-m", "stream", "-c", "/home/bryce/www/oe5"]
2025-12-18T07:44:59-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/tsgo/node_modules/@typescript/native-preview-linux-x64/lib/tsgo", working directory: "/home/bryce/www/oe5", args: ["--lsp", "--stdio"]
2025-12-18T07:44:59-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/color-highlight/color-lsp-v0.2.2/color-lsp", working directory: "/home/bryce/.config/zed", args: []
2025-12-18T07:44:59-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/.config/zed", args: ["/home/bryce/.local/share/zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2025-12-18T07:44:59-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/color-highlight/color-lsp-v0.2.2/color-lsp", working directory: "/home/bryce/www/oe5", args: []
2025-12-18T07:44:59-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/typos/typos-lsp-v0.1.46/typos-lsp", working directory: "/home/bryce/.config/zed", args: []
2025-12-18T07:44:59-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/typos/typos-lsp-v0.1.46/typos-lsp", working directory: "/home/bryce/www/oe5", args: []
2025-12-18T07:44:59-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:44:59-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:44:59-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:44:59-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:44:59-07:00 INFO [lsp] Language server with id 3 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 65
}
2025-12-18T07:45:00-07:00 INFO [lsp] Language server with id 3 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 326
}
2025-12-18T07:45:22-07:00 ERROR [context_server::client] cancelled csp request task for "initialize" id 0 which took over 60s
2025-12-18T07:45:22-07:00 ERROR [project::context_server_store] chrome-devtools context server failed to start: Context server request timeout
2025-12-18T07:46:03-07:00 ERROR [lsp] Shutdown request failure, server color-lsp (id 5): Unexpected params: null
2025-12-18T07:46:04-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:46:04-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:46:04-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:46:04-07:00 INFO [lsp] Language server with id 2 sent unhandled notification @/tailwindCSS/clearColors:
[
null
]
2025-12-18T07:46:04-07:00 INFO [lsp] Language server with id 3 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 26
}
2025-12-18T07:46:04-07:00 INFO [lsp] Language server with id 3 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 23
}
2025-12-18T07:46:10-07:00 INFO [lsp] Language server with id 3 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 95
}
2025-12-18T07:46:11-07:00 INFO [lsp] Language server with id 3 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 74
}
2025-12-18T07:46:15-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/.config/zed", args: ["/home/bryce/.local/share/zed/languages/json-language-server/node_modules/vscode-langservers-extracted/bin/vscode-json-language-server", "--stdio"]
2025-12-18T07:46:15-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/typos/typos-lsp-v0.1.46/typos-lsp", working directory: "/home/bryce/.config/zed", args: []
2025-12-18T07:46:15-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/extensions/work/color-highlight/color-lsp-v0.2.2/color-lsp", working directory: "/home/bryce/.config/zed", args: []
2025-12-18T07:46:18-07:00 INFO [project::prettier_store] Starting prettier at path "/home/bryce/.local/share/zed/prettier"
2025-12-18T07:46:18-07:00 INFO [lsp] starting language server process. binary path: "/home/bryce/.local/share/zed/node/node-v24.11.0-linux-x64/bin/node", working directory: "/home/bryce/.local/share/zed/prettier", args: ["/home/bryce/.local/share/zed/prettier/prettier_server.js", "/home/bryce/.local/share/zed/prettier"]
2025-12-18T07:46:18-07:00 INFO [project::prettier_store] Started default prettier in "/home/bryce/.local/share/zed/prettier"
2025-12-18T07:46:18-07:00 ERROR [worktree] ignoring event "/home/bryce/.config/zed/tasks.json" outside of root path "/home/bryce/www/linux/zed/tasks.json"
2025-12-18T07:46:23-07:00 INFO [lsp] Language server with id 3 sent unhandled notification eslint/status:
{
"uri": "file:///home/bryce/www/oe5/src/app/(public)/tests/fails.test.ts",
"state": 1,
"validationTime": 40
}
Relevant Zed settings
settings.json
No relevant settings for thisRelevant Keymap
keymap.json
No relevant keymap for this(for AI issues) Model provider details
No response
If you are using WSL on Windows, what flavor of Linux are you using?
None
Metadata
Metadata
Assignees
Labels
area:languages/typescriptTypeScript programming language supportTypeScript programming language supportfrequency:alwaysBug that happens for everyone on every platform no matter how they use ZedBug that happens for everyone on every platform no matter how they use Zedpriority:P2Average run-of-the-mill bugsAverage run-of-the-mill bugsstate:needs reproNeeds reproduction steps / someone to reproduceNeeds reproduction steps / someone to reproduce
