expert-lsp / expert-lsp/vscode-expert

Expert Not Starting

Open
#15 8 comments 0 reactions 0 assignees View on GitHub
Dominant language
TypeScript
Stars
50
Forks
7
Avg merge
5h 54m
Merged PRs (30d)
1

Description

I installed the Expert VSCode extension and on startup, I was getting the "Expert nightly has been downloaded" notification but then nothing happened after that, and the expert.log showed this:

```
04:01:59.695 [debug] sent notification server -> client window/logMessage
04:01:59.696 [info] Shutting down
04:01:59.696 [debug] handled request client -> server shutdown in 36ms
04:01:59.713 [warning] Received an Exit notification. Halting the server in 150ms
04:01:59.721 [debug] Child :timer_server of Supervisor :kernel_sup started
Pid: #PID<0.7320.0>
Start Call: :timer.start_link()
Restart: :permanent
Shutdown: 1000
Type: :worker
04:01:59.721 [debug] handled notification client -> server exit in 12ms
```

I ran the "Restart language server" command multiple times but nothing ever happened.

It seems to work if I add an override to manually set the Expert path to a binary that I have set in my repository:

```json
{
"expert.server.releasePathOverride": "./priv/expert/bin/expert_darwin_arm64"
}
```

But without this set, the extension does not work.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.