Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

C#/OmniSharp support is notoriously buggy (CodeActions) #22002

Open
1 task done
ege-adam opened this issue Dec 14, 2024 · 1 comment
Open
1 task done

C#/OmniSharp support is notoriously buggy (CodeActions) #22002

ege-adam opened this issue Dec 14, 2024 · 1 comment
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue

Comments

@ege-adam
Copy link

Check for existing issues

  • Completed

Describe the bug / provide steps to reproduce it

I'm working on a big Unity project with few packages. We have one sln file and multiple csproj. The same project opens (completely, with IntelliSense and stuff) a lot faster on VSCode. But in Zed sometimes I just get timeouts while trying to load OmniSharp. 

Even if I get a complete project load, it has bugs with "code actions". It works pretty well in the beginning. But then I start getting errors. For example, the "Extract Method" function doesn't work . The same goes for all code actions, like exclipt var, add "using xxxxxx" etc. etc.

I've used both OmniSharp that Zed installs, and custom one which is installed on my system.

Releated settings:

"inlay_hints": {
    "enabled": true,
    "show_type_hints": true,
    "show_parameter_hints": true,
    "show_other_hints": true,
    "show_background": true,
    "edit_debounce_ms": 700,
    "scroll_debounce_ms": 50
  },
  "lsp": {
    "omnisharp": {
      "binary": {
        "path": "/usr/bin/omnisharp",
         "arguments": ["-lsp"]
      }
    }
  }

Environment

Zed: v0.163.3 (Zed)
OS: Linux X11 manjaro unknown
Memory: 31.3 GiB
Architecture: x86_64
GPU: NVIDIA GeForce RTX 3090 || NVIDIA || 550.135

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

rec.mp4

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

Zed.log
2024-12-14T04:25:08.301786018+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 327,
  "NumberFilesRemaining": 0
}
2024-12-14T04:25:08.308395721+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:25:08.364288771+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:25:08.364383462+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 327,
  "NumberFilesRemaining": 0
}
2024-12-14T04:25:08.364580364+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:25:08.393207332+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 327,
  "NumberFilesRemaining": 0
}
2024-12-14T04:25:08.393293204+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:25:08.448834059+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:25:08.448907349+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 327,
  "NumberFilesRemaining": 0
}
2024-12-14T04:25:08.448952+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:25:15.689998867+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:26:51.133846829+03:00 [ERROR] Cancelled LSP request task for "textDocument/codeAction" id 978 which took over 120s
2024-12-14T04:26:51.133977121+03:00 [WARN] Generic lsp request to omnisharp failed: LSP request timeout
2024-12-14T04:26:51.134083602+03:00 [ERROR] LSP request timeout
2024-12-14T04:35:54.469199228+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:36:11.072996071+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:36:21.334516789+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:38:22.285771874+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:38:32.544474775+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:38:41.661439238+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:40:29.517998855+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:41:03.593830155+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:41:12.528544521+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:41:19.203719847+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:42:07.822059866+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:42:14.533234944+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
2024-12-14T04:42:18.601779282+03:00 [ERROR] snapshot not found for buffer 21474836606 server 1 at version 0
@ege-adam ege-adam added admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue labels Dec 14, 2024
@ege-adam ege-adam changed the title C#/OmniSharp support is notoriously buggy. C#/OmniSharp support is notoriously buggy (CodeActions) Dec 14, 2024
@ege-adam
Copy link
Author

ege-adam commented Dec 14, 2024

Update: I have clear steps to reproduce it on latest version

I just installed Zed v0.165.4

Steps are:
Step 1: Try CodeActions, it works perfect.
Step 2: Create new variable and save
Step 3: CodeActions stops working

I think it happens when content of the file is modified.

Here the video of the behavior:

2024-12-14-01.59.23.865539120.mp4

Here complete log:

Zed.log
2024-12-14T04:59:29.423928018+03:00 [INFO] ignoring macOS specific set_edited
2024-12-14T04:59:29.424490316+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:29.424551627+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:29.488106611+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:29.488224632+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:35.826464111+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:35.826565123+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:35.891197001+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:35.891355863+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:36.965484806+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:36.965629698+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:37.019265357+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:37.019361478+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:37.545294463+03: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 423 ms"
}
2024-12-14T04:59:37.545394224+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2024-12-14T04:59:37.545474846+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [42143276-ec2a-4dd7-bc48-3c749cd9a4da] model deployment ID: [d141-20240925214517]"
}
2024-12-14T04:59:40.116497271+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:40.116656943+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:40.174560249+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:40.180786984+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:40.422288014+03: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 150 ms"
}
2024-12-14T04:59:40.422360535+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2024-12-14T04:59:40.422410636+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [120b9b03-1b1c-4b11-9acb-8324f359d73e] model deployment ID: [d141-20240925214517]"
}
2024-12-14T04:59:40.721935474+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:40.721996925+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:40.785236374+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:40.785319505+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:40.901306721+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:40.901384312+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:40.96825212+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:40.968337381+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:41.204196665+03: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 150 ms"
}
2024-12-14T04:59:41.204287666+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2024-12-14T04:59:41.204336687+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [9d2ee65b-5418-490b-8132-72e5f1891c38] model deployment ID: [d141-20240925214517]"
}
2024-12-14T04:59:41.729312927+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:41.729382318+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:41.797086657+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:41.797231399+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:41.87535654+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:41.875432041+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:41.94303395+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:41.943120951+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:42.022250666+03:00 [WARN] Generic lsp request to omnisharp failed: Content Modified
2024-12-14T04:59:42.022341507+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:42.022737712+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:42.178195914+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:42.179618233+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:42.181881974+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:42.188193459+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:42.243891676+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:42.250493776+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:42.602118121+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:42.602486986+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:42.650554849+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:42.65065599+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:42.758730908+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:42.758911111+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:42.810817775+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:42.810948507+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:43.042126597+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:43.042204208+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:43.115179789+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:43.11524701+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:43.430375189+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:43.430459911+03: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 233 ms"
}
2024-12-14T04:59:43.430764295+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:43.430824325+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2024-12-14T04:59:43.431118009+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [8f131227-0920-474d-a880-20fa1e4fee64] model deployment ID: [d141-20240925214517]"
}
2024-12-14T04:59:43.489447702+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:43.489542103+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:44.441021184+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:44.441178667+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:44.508372179+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:44.50845509+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:44.807890106+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:44.808036898+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:44.87660886+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:44.876713791+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:45.115823908+03: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 149 ms"
}
2024-12-14T04:59:45.115905309+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] solution 0 returned. finish reason: [stop]"
}
2024-12-14T04:59:45.11596402+03:00 [INFO] Language server with id 0 sent unhandled notification window/logMessage:
{
  "type": 3,
  "message": "[streamChoices] request done: headerRequestId: [4cfc04ca-47d5-4bf0-897b-0382f133ce37] model deployment ID: [d141-20240925214517]"
}
2024-12-14T04:59:45.601338781+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:45.601411102+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:45.668890018+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:45.66897274+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:46.263200319+03:00 [INFO] ignoring macOS specific set_edited
2024-12-14T04:59:46.273372957+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:46.273449788+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:46.334569247+03:00 [ERROR] snapshot not found for buffer 1155346202808 server 1 at version 0
2024-12-14T04:59:46.334645198+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:46.334687869+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:46.366206647+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 1,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:46.366293648+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 0,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:46.413378888+03:00 [ERROR] snapshot not found for buffer 1155346202808 server 1 at version 0
2024-12-14T04:59:46.413445399+03:00 [INFO] Language server with id 1 sent unhandled notification o#/backgrounddiagnosticstatus:
{
  "Status": 2,
  "NumberProjects": 1,
  "NumberFilesTotal": 331,
  "NumberFilesRemaining": 0
}
2024-12-14T04:59:46.413488659+03:00 [INFO] Language server with id 1 sent unhandled notification o#/projectdiagnosticstatus:
{
  "Type": "background",
  "Status": 1,
  "ProjectFilePath": "(100%)"
}
2024-12-14T04:59:50.180384993+03:00 [ERROR] snapshot not found for buffer 1155346202808 server 1 at version 0
2024-12-14T05:00:08.075552486+03:00 [ERROR] snapshot not found for buffer 1155346202808 server 1 at version 0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
admin read Pending admin review bug [core label] triage Maintainer needs to classify the issue
Projects
None yet
Development

No branches or pull requests

1 participant