Skip to content

LSP Not Updating for Rust #22745

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
1 task done
DragonflyRobotics opened this issue Jan 6, 2025 · 2 comments
Closed
1 task done

LSP Not Updating for Rust #22745

DragonflyRobotics opened this issue Jan 6, 2025 · 2 comments
Labels
bug [core label] language server An umbrella label for all language servers rust Rust programming language support upstream

Comments

@DragonflyRobotics
Copy link

DragonflyRobotics commented Jan 6, 2025

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

In a Rust project, when I first load the project in Zed, rust-analyzer perfectly analyzes it and finds no issues or warnings. But, when I start modifying things, it seems to get stuck and not update the analyzer decisions after many updates leaving random red and yellow underlines with incorrect suggestions. Below is a simple example but as more modifications are made, the error compounds:

Before:
image

After:
image

Note that this code builds and executes perfectly, and there shouldn't be any syntax errors/warnings. It seems LSP was not updated, or the updates are not populated by the editor.

My editor is set to autosave every 1000ms.

Zed Version and System Specs

Zed: v0.167.2 (Zed)
OS: Linux X11 pop 22.04
Memory: 62.7 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 2080 Ti || NVIDIA || 565.77

If applicable, add screenshots or screencasts of the incorrect state / behavior

Before:
image

After:
image

If applicable, attach your Zed.log file to this issue.

Zed.log
7:40:01.732347953-06:00 [INFO] new;
2025-01-06T17:40:01.733142368-06:00 [INFO] keep_updated;
2025-01-06T17:40:01.738517532-06:00 [INFO] set status on client 0: Authenticating
2025-01-06T17:40:01.738847983-06:00 [INFO] perform;
2025-01-06T17:40:01.738867068-06:00 [INFO] authenticate;
2025-01-06T17:40:01.738893162-06:00 [INFO] read_command;
2025-01-06T17:40:01.739200183-06:00 [INFO] socket reader;
2025-01-06T17:40:01.739603264-06:00 [INFO] Using Visual { id: 35, colormap: 0, depth: 32 }
2025-01-06T17:40:01.739625274-06:00 [INFO] Creating colormap 67108867
2025-01-06T17:40:01.740114682-06:00 [INFO] building git repository, `.git` path in the worktree: ".git"
2025-01-06T17:40:01.744026922-06:00 [INFO] new;
2025-01-06T17:40:01.744591651-06:00 [INFO] keep_updated;
2025-01-06T17:40:01.785507914-06:00 [INFO] Enabling Vulkan Portability
2025-01-06T17:40:01.785538705-06:00 [INFO] Enabling color space support
2025-01-06T17:40:01.833960286-06:00 [INFO] Adapter: "NVIDIA GeForce RTX 2080 Ti"
2025-01-06T17:40:01.83657502-06:00 [INFO] Ray tracing is supported
2025-01-06T17:40:01.887978876-06:00 [INFO] set environment variables from shell:/usr/bin/zsh, path:/home/krishnashah/Documents/Github/Neuroxide/.venv/bin:/home/krishnashah/.nvm/versions/node/v23.5.0/bin:/home/krishnashah/.cargo/bin:/home/krishnashah/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/krishnashah/.local/share/JetBrains/Toolbox/scripts
2025-01-06T17:40:02.052052497-06:00 [INFO] Using surface present mode FIFO_RELAXED
2025-01-06T17:40:02.052127149-06:00 [WARN] Unable to forbid exclusive full screen
2025-01-06T17:40:02.13318796-06:00 [INFO] Creating a descriptor pool for at most 16 sets
2025-01-06T17:40:02.133218691-06:00 [INFO] Creating a descriptor pool for at most 16 sets
2025-01-06T17:40:02.133234415-06:00 [INFO] Initializing Blade pipelines for surface SurfaceInfo { format: Bgra8UnormSrgb, alpha: Ignored }
2025-01-06T17:40:02.248051986-06:00 [INFO] Refreshing at 16666 micros
2025-01-06T17:40:02.252318191-06:00 [INFO] Using GPU: GpuSpecs { is_software_emulated: false, device_name: "NVIDIA GeForce RTX 2080 Ti", driver_name: "NVIDIA", driver_info: "565.77" }
2025-01-06T17:40:02.258015521-06:00 [WARN] Acquire failed because the surface is out of date
2025-01-06T17:40:02.260745209-06:00 [WARN] Acquire failed because the surface is out of date
2025-01-06T17:40:02.261362097-06:00 [INFO] Using surface present mode FIFO_RELAXED
2025-01-06T17:40:02.261457561-06:00 [WARN] Unable to forbid exclusive full screen
2025-01-06T17:40:02.269617092-06:00 [INFO] XConnected server on 33554444, transport version: 0.0, TRANSPORT_MAX: 20
2025-01-06T17:40:02.269937456-06:00 [INFO] set status on client 284716: Connecting
2025-01-06T17:40:02.27331224-06:00 [INFO] Opening main db
2025-01-06T17:40:02.291698559-06:00 [WARN] GPU frame is out of date
2025-01-06T17:40:02.291749213-06:00 [WARN] Acquire failed because the surface is out of date
2025-01-06T17:40:02.292523022-06:00 [INFO] Using surface present mode FIFO_RELAXED
2025-01-06T17:40:02.292605636-06:00 [WARN] Unable to forbid exclusive full screen
2025-01-06T17:40:02.314260923-06:00 [INFO] Opening main db
2025-01-06T17:40:02.382798415-06:00 [INFO] connected to rpc endpoint https://collab.zed.dev/rpc
2025-01-06T17:40:02.386990572-06:00 [INFO] using project environment variables from CLI. PATH="/home/krishnashah/Documents/Github/Neuroxide/.venv/bin:/home/krishnashah/.nvm/versions/node/v23.5.0/bin:/home/krishnashah/.cargo/bin:/home/krishnashah/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/krishnashah/.local/share/JetBrains/Toolbox/scripts"
2025-01-06T17:40:02.451637831-06:00 [INFO] starting language server process. binary path: "/home/krishnashah/.nvm/versions/node/v23.5.0/bin/node", working directory: "/", args: ["/home/krishnashah/.local/share/zed/copilot/copilot-v0.7.0/dist/language-server.js", "--stdio"]
2025-01-06T17:40:02.455408036-06:00 [INFO] attempting to start language server "rust-analyzer", path: "/home/krishnashah/Documents/Github/Neuroxide", id: 1
2025-01-06T17:40:02.46087801-06:00 [INFO] using project environment variables from CLI. PATH="/home/krishnashah/Documents/Github/Neuroxide/.venv/bin:/home/krishnashah/.nvm/versions/node/v23.5.0/bin:/home/krishnashah/.cargo/bin:/home/krishnashah/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/krishnashah/.local/share/JetBrains/Toolbox/scripts"
2025-01-06T17:40:02.460953504-06:00 [INFO] found rust-analyzer in PATH. trying to run `rust-analyzer --help`
2025-01-06T17:40:02.633495214-06:00 [INFO] add_connection;
2025-01-06T17:40:02.642938889-06:00 [INFO] set status on client 284716: Connected { peer_id: PeerId { owner_id: 629, id: 16410980 }, connection_id: ConnectionId { owner_id: 0, id: 0 } }
2025-01-06T17:40:02.784707314-06:00 [INFO] attempting to start language server "taplo", path: "/home/krishnashah/Documents/Github/Neuroxide", id: 2
2025-01-06T17:40:02.785389853-06:00 [INFO] using project environment variables from CLI. PATH="/home/krishnashah/Documents/Github/Neuroxide/.venv/bin:/home/krishnashah/.nvm/versions/node/v23.5.0/bin:/home/krishnashah/.cargo/bin:/home/krishnashah/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin:/snap/bin:/home/krishnashah/.local/share/JetBrains/Toolbox/scripts"
2025-01-06T17:40:03.013392402-06:00 [ERROR] failed to run rust-analyzer after detecting it in PATH: binary: "/home/krishnashah/.cargo/bin/rust-analyzer": exit status: 1, stdout: "", stderr: "error: Unknown binary 'rust-analyzer' in official toolchain 'stable-x86_64-unknown-linux-gnu'.\n"
2025-01-06T17:40:03.013437581-06:00 [INFO] fetching latest version of language server "rust-analyzer"
2025-01-06T17:40:03.166924609-06:00 [INFO] starting language server process. binary path: "/home/krishnashah/.local/share/zed/extensions/work/toml/taplo-0.9.3/taplo", working directory: "/home/krishnashah/Documents/Github/Neuroxide", args: ["lsp", "stdio"]
2025-01-06T17:40:03.188647451-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[lsp] GitHub Copilot Language Server 1.236.0 initialized"
}
2025-01-06T17:40:03.188754275-06:00 [INFO] Language server with id 0 sent unhandled notification workspace/configuration:
{
  "items": [
    {
      "section": "github.copilot"
    },
    {
      "section": "github-enterprise"
    },
    {
      "section": "http"
    },
    {
      "section": "telemetry"
    }
  ]
}
2025-01-06T17:40:03.397560504-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[certificates] Removed 1 expired certificates"
}
2025-01-06T17:40:03.498466661-06:00 [INFO] downloading language server "rust-analyzer"
2025-01-06T17:40:03.498765019-06:00 [INFO] starting language server process. binary path: "/home/krishnashah/.local/share/zed/languages/rust-analyzer/rust-analyzer-2025-01-06", working directory: "/home/krishnashah/Documents/Github/Neuroxide", args: []
2025-01-06T17:40:03.712675407-06:00 [INFO] Language server with id 0 sent unhandled notification featureFlagsNotification:
{
  "rt": false,
  "sn": false,
  "chat": true,
  "ic": true,
  "ep": false,
  "pc": false,
  "x": true
}
2025-01-06T17:40:03.71273349-06:00 [INFO] Language server with id 0 sent unhandled notification conversation/preconditionsNotification:
{
  "results": [
    {
      "type": "chat_enabled",
      "status": "ok"
    }
  ],
  "status": "ok"
}
2025-01-06T17:41:19.37745437-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:41:19.381883138-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:20.375823227-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:20.39976785-06:00 [INFO] Creating a descriptor pool for at most 16 sets
2025-01-06T17:41:20.411758574-06:00 [INFO] Creating a descriptor pool for at most 16 sets
2025-01-06T17:41:20.434172209-06:00 [INFO] Creating a descriptor pool for at most 256 sets
2025-01-06T17:41:20.445138167-06:00 [INFO] Creating a descriptor pool for at most 256 sets
2025-01-06T17:41:20.572736175-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:20.706233196-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:20.891318-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:21.478732428-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 401 ms"
}
2025-01-06T17:41:21.479020899-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:41:21.479167694-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [d24924ee-bc44-4ef7-ab3b-692c41f94ad6] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:41:21.883011061-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:22.369464943-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 325 ms"
}
2025-01-06T17:41:22.369671398-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:41:22.370151569-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [601e1493-c35d-4628-ad5c-e30829d273bb] model deployment ID: [d173-20240926010152]"
}
2025-01-06T17:41:22.604845846-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:23.618140733-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:41:23.804445251-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:41:23.805947241-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:24.221924063-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:24.519204109-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 139 ms"
}
2025-01-06T17:41:24.519247721-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:41:24.519375064-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [f9f60b68-d733-4ea5-843c-4ef1511667a5] model deployment ID: [d173-20240926010152]"
}
2025-01-06T17:41:24.67218357-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:24.911214621-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:25.011339421-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:25.150748725-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:25.325826577-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:25.671216552-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 189 ms"
}
2025-01-06T17:41:25.674678984-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:41:25.674788039-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [4024f13c-7885-44a5-b347-b4aebc069838] model deployment ID: [d173-20240926010152]"
}
2025-01-06T17:41:26.15658958-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:26.445065929-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 128 ms"
}
2025-01-06T17:41:26.445139742-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:41:26.445170282-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [d764cfb6-3647-4461-87ec-e18d625a7d7d] model deployment ID: [d173-20240926010152]"
}
2025-01-06T17:41:26.942043301-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:27.343751959-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 240 ms"
}
2025-01-06T17:41:27.343808181-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:41:27.343828054-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [54c338a7-25c6-4935-911b-62af74b7ab3b] model deployment ID: [d173-20240926010152]"
}
2025-01-06T17:41:27.972702797-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:41:27.998155299-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:41:28.004642931-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:28.572339356-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:28.709070556-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:28.86946872-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:29.036296098-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:29.202957449-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:29.30382444-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:29.467457162-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:29.551716956-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:29.741129946-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:30.182302243-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 292 ms"
}
2025-01-06T17:41:30.183649014-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:41:30.184308278-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [79dcdbfe-caca-4b83-bf4e-4bf73a6f2022] model deployment ID: [d173-20240926010152]"
}
2025-01-06T17:41:30.622130344-06:00 [INFO] Language server with id 2 sent unhandled notification taplo/didChangeSchemaAssociation:
{
  "documentUri": "file:///home/krishnashah/Documents/Github/Neuroxide/Cargo.toml",
  "schemaUri": "https://json.schemastore.org/cargo.json",
  "meta": {
    "name": "Cargo Manifest",
    "description": "Manifest for Cargo, the Rust package manager and build tool",
    "source": "catalog",
    "catalog_url": "https://www.schemastore.org/api/json/catalog.json"
  }
}
2025-01-06T17:41:31.632633942-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:46:52.421460568-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:46:53.431247767-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:46:53.448487264-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:46:54.678770301-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 515 ms"
}
2025-01-06T17:46:54.678818869-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:46:54.678885312-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [ee4e4be7-836c-4a99-a84e-aedb42dc461a] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:46:55.009358508-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:46:56.290437058-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:46:58.133800881-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 285 ms"
}
2025-01-06T17:46:58.134021166-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:46:58.13424746-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [65b81758-366c-4726-877e-35713c60666c] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:46:59.628523966-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628556554-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628574603-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628592436-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628610337-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628628141-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628646101-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628663993-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628681772-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628699578-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628717374-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628735265-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628753005-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628771478-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628789619-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628807462-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628825277-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62884358-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628862524-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628887892-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628908424-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628926653-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628944427-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628962334-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.628984478-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629002347-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62902023-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629038245-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629056125-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629074266-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629092534-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629110846-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629129112-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629147281-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62916563-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629183836-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629202015-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629227736-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629237-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629246332-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629255433-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629264717-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629273863-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629282994-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629292102-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62930144-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629310542-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629319628-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629328736-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629337858-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629346931-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629356035-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62936527-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629374573-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62938334-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629392574-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629401676-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629410822-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629420014-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629429222-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62943835-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629447525-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629456605-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629465781-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629474794-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629484118-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629493311-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629502474-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629511635-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629520737-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629530115-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.6295392-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629548298-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629557291-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629566458-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629575594-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629584444-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629593256-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629602039-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629610883-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629619697-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629628497-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629637271-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629646105-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629654919-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629663724-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62967249-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629681415-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629690212-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629698973-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629707763-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629718444-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629727321-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629736099-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629744902-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629754357-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629763479-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629773315-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629782379-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629791486-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629800729-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629809815-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62981955-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629828708-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629837883-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629847151-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629856652-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629865832-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629875043-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629884169-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629893369-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629902605-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629911718-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629920843-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62992987-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629939114-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629948406-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.62995784-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629967576-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629979839-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.629988931-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630021657-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630030896-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.6300536-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630062897-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630071993-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630081264-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630090449-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630099599-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630108784-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630117953-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630127046-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630136115-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630144886-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630154049-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630163117-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630172155-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630180953-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630189793-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630198584-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630207331-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630216117-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630224966-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630233747-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630242516-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630252854-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630261767-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630270543-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630279309-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630288074-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630296841-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630305627-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630314428-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630323156-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630331901-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630340653-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630349396-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630358134-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630366901-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630375645-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630384454-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630393169-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630401956-06:00 [INFO] completion out of expected range
2025-01-06T17:46:59.630410739-06:00 [INFO] completion out of expected range
2025-01-06T17:47:00.234140749-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 344 ms"
}
2025-01-06T17:47:00.235567443-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:47:00.236004151-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [2c39f289-2f4c-4deb-9f12-8a61ee7104d3] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:47:01.495492587-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 224 ms"
}
2025-01-06T17:47:01.495533516-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:47:01.495654866-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [829a633a-6e17-4a01-9f82-1984e61c81d8] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:47:02.141738958-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:02.331416709-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:03.354275661-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:03.807531832-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:05.061230851-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 397 ms"
}
2025-01-06T17:47:05.062795151-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:47:05.062831733-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [154d8077-8ef7-47fd-bc05-0d8a6cb0d98f] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:47:05.522476954-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:05.931990989-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:08.361951169-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:10.153637399-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:11.1938498-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:15.815333202-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:18.1603359-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:20.040575934-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:21.573200452-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:23.057893963-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:23.464066901-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 248 ms"
}
2025-01-06T17:47:23.464109157-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:47:23.464133751-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [234708d1-e477-4998-bacf-60b01961cfde] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:47:23.872026647-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:25.977958192-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:26.992033175-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:27.223713835-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:27.642128813-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 244 ms"
}
2025-01-06T17:47:27.642373021-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:47:27.642552824-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [bf2b9cd7-8bdb-4ba8-bd26-53c704916755] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:47:28.622644579-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:29.217920649-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 440 ms"
}
2025-01-06T17:47:29.21974381-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:47:29.219780617-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [5bd8d9d9-5674-48cb-b121-ef00210ed5d7] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:47:29.889560926-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:47:31.220523759-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:48:16.311726725-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:48:16.767670751-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[fetchCompletions] request.response: [https://proxy.individual.githubcopilot.com/v1/engines/copilot-codex/completions] took 279 ms"
}
2025-01-06T17:48:16.767749038-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2025-01-06T17:48:16.767787284-06:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [9e38dc42-7d6e-4496-94ce-5595b50003ce] model deployment ID: [d182-20240926084001]"
}
2025-01-06T17:48:17.33506075-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:48:20.850203364-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:48:22.009317231-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:48:22.220420814-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:48:24.049764072-06:00 [INFO] ignoring macOS specific set_edited
2025-01-06T17:50:18.960853671-06:00 [INFO] new;
2025-01-06T17:50:18.963072447-06:00 [INFO] keep_updated;
2025-01-06T17:50:18.963245719-06:00 [INFO] new;
@dbalcomb
Copy link

dbalcomb commented Jan 7, 2025

It looks like this is an issue with rust-analyzer and should be fixed in the next release: rust-lang/rust-analyzer#18854

@mikayla-maki
Copy link
Member

Thanks for the heads up @dbalcomb

@notpeter notpeter added rust Rust programming language support language server An umbrella label for all language servers upstream and removed triage labels Jan 8, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug [core label] language server An umbrella label for all language servers rust Rust programming language support upstream
Projects
None yet
Development

No branches or pull requests

4 participants