Closed zmadie closed 2 years ago
The Roblox LSP extension fails to load because of a missing module:
The error comes from the client/out/languageserver.js file at line 18, which requires the vscode-languageclient/node module.
client/out/languageserver.js
vscode-languageclient/node
OS: Arch Linux Extension version: 1.5.1
Run npm install inside the extension client folder.
npm install
This bug is because you are using VSCodium which doesn't install Roblox LSP correctly.
Thanks, that fixed it!
The Roblox LSP extension fails to load because of a missing module:
The error comes from the
client/out/languageserver.js
file at line 18, which requires thevscode-languageclient/node
module.OS: Arch Linux Extension version: 1.5.1