tekumara / typos-lsp

Source code spell checker for Visual Studio Code, Neovim and other LSP clients
https://marketplace.visualstudio.com/items?itemName=tekumara.typos-vscode
MIT License
168 stars 4 forks source link

Cannot run server on arm-based Mac machines #13

Closed za-peleg closed 10 months ago

za-peleg commented 10 months ago

Seems like the bundled typos-lsp is not arm even though it is bundled in the arm distribution.

file /Users/user/.vscode/extensions/tekumara.typos-vscode-0.1.3-darwin-arm64/bundled/typos-lsp
/Users/user/.vscode/extensions/tekumara.typos-vscode-0.1.3-darwin-arm64/bundled/typos-lsp: Mach-O 64-bit executable x86_64

/Users/user/.vscode/extensions/tekumara.typos-vscode-0.1.3-darwin-arm64/bundled/typos-lsp
zsh: bad CPU type in executable: /Users/user/.vscode/extensions/tekumara.typos-vscode-0.1.3-darwin-arm64/bundled/typos-lsp

This leads to not being able to connect to the server (as its not running)

tekumara commented 10 months ago

Hi @za-peleg what OS are you on, eg: what does uname -a show?