github / github/copilot-cli

.github/lsp.json reports issues, while identical config works OK in ~/.copilot/lsp-config.json

未关闭
#1,373 1 条评论 6 个 reaction 已指派 0 人 在 GitHub 查看
area:configuration area:tools
主要语言
Shell
星标
11.2k
派生
1.9k
平均合并
14 小时 16 分钟
30 天内合并 PR
6

描述

### Describe the bug

When running `/lsp test myserver` with `.github/lsp.json`, I get a message saying it's not there, blocking me from providing it as a convenient default for my teammates.

Moving `.github/lsp.json` to `~/.copilot/lsp-config.json` makes it work immediately.

### Affected version

0.0.406

### Steps to reproduce the behavior

1. Put the below in `.github/lsp.json`
```
"lspServers": {
"gopls": {
"command": "gopls",
"args": ["serve"],
"fileExtensions": {
".go": "go"
}
}
}
}

```

2. Run `/lsp show` to see:

```
● LSP Server Status:

Project-configured servers:
• gopls: (.go)
```
3. Run `/lsp test gopls` and you'll get:

```
✗ Server "gopls" not found. Available: (none)
```
4. Move the exact file to the global conf: `mv .github/lsp.json ~/.copilot/lsp-config.json`
5. Run `/lsp test gopls` and it passes:
```

● ✓ Server "gopls" started successfully!

PID: 31643
Spawn time: 7ms

Server was killed after successful test.
```

### Expected behavior

I'd expect the config to work OK in .github/

### Additional context

Linux, tested on both bash and zsh

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。