-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Julia LSP call fails silently for agents #2229
Copy link
Copy link
Open
Labels
area:agentsSub-agents, fleet, autopilot, plan mode, background agents, and custom agentsSub-agents, fleet, autopilot, plan mode, background agents, and custom agentsarea:toolsBuilt-in tools: file editing, shell, search, LSP, git, and tool call behaviorBuilt-in tools: file editing, shell, search, LSP, git, and tool call behavior
Metadata
Metadata
Assignees
Labels
area:agentsSub-agents, fleet, autopilot, plan mode, background agents, and custom agentsSub-agents, fleet, autopilot, plan mode, background agents, and custom agentsarea:toolsBuilt-in tools: file editing, shell, search, LSP, git, and tool call behaviorBuilt-in tools: file editing, shell, search, LSP, git, and tool call behavior
Type
Fields
Give feedbackNo fields configured for Bug.
Describe the bug
/lsp test juliaworks, but if an agent tries to access the LSP I just see an exit code in the logs (in.copilot/logs) . I.e.where I masked . Manually launching the LSP works fine.
Affected version
GitHub Copilot CLI 1.0.10.
Steps to reproduce the behavior
Install a language-server, e.g. via
julia --project=~/.julia/environments/languageserver -e 'using Pkg; Pkg.add("LanguageServer"); Pkg.add("SymbolServer")'Add for example
to
~/.copilot/lsp-config.json. Expanding the paths to full paths (i.e. as/home/...also does not work.Expected behavior
The LSP should not error. The failure should give at least some meaningful message in the logs.
Additional context
Operating system is an up-to-date arch linux, if relevant.