Build procedure from readme doesn't set version number #160
Labels
topic: documentation
Related to documentation for the project
type: imperfection
Perceived defect in any part of project
Describe the problem
When I run the LS through
./arduino-language-server -cli-config /Users/ubaldot/Library/Arduino15/arduino-cli.yaml -cli /opt/homebrew/bin/arduino-cli -fqbn arduino:avr:uno -clangd /usr/bin/clangd
fromzsh
shell I noticed a suspiciousarduino-language-server Version: 0.0.0
as shown in the following excerpt:I am suspicious that this cause the language client to
exit with status 2
. I am using MacVim 9.0.1276 the following language client: https://github.com/yegappan/lspTo reproduce
Execute the same steps as written the README file (download go, go build, etc).
Use the following client: https://github.com/yegappan/lsp and MacVim 9.0.1276, register the server as:
Expected behavior
The LSP does not exit with status 2.
Arduino Language Server version
0.0.0 (should be 0.7.4 I guess)
Arduino CLI version
arduino-cli Version: 0.33.0 Commit: ca60d4b4 Date: 2023-05-29T15:18:18Z
Operating system
macOS
Operating system version
13.4 (22F66)
Additional context
No response
Issue checklist
The text was updated successfully, but these errors were encountered: