NightrainsRbx / RobloxLsp

Roblox Luau Language Server based on Lua by sumneko.
https://devforum.roblox.com/t/roblox-lsp-full-intellisense-for-roblox-and-luau/717745
MIT License
215 stars 51 forks source link

Extension fails to load because of missing module #115

Closed zmadie closed 2 years ago

zmadie commented 2 years ago

The Roblox LSP extension fails to load because of a missing module:

image The error comes from the client/out/languageserver.js file at line 18, which requires the vscode-languageclient/node module.

OS: Arch Linux Extension version: 1.5.1

NightrainsRbx commented 2 years ago

Run npm install inside the extension client folder.

This bug is because you are using VSCodium which doesn't install Roblox LSP correctly.

zmadie commented 2 years ago

Thanks, that fixed it!