-
Notifications
You must be signed in to change notification settings - Fork 120
Open
Labels
bugSomething isn't workingSomething isn't workingpluginRelated to Roblox Studio PluginRelated to Roblox Studio Plugin
Description
There is a problem connecting DM info the plugin to the LSP.
I know a workaround for this issue, but it’s a bit inconvenient. I was wondering if you could take a look at this when you have a chance.
Steps to Reproduce
- Launch Roblox Studio
- Run the plugin in Roblox Studio
- Launch Cursor
- Add any object in Roblox Studio to trigger a POST request
- Verify that the plugin is connected to the LSP
- Modify a file such as
projectGlobalTypes.d.luauthen reload the LSP - The plugin is no longer connected to the LSP (step 4 no longer works)
- Restart Cursor
- Perform step 4 again and verify the LSP connection (works correctly)
Environment
OS: Windows 11
IDE: cursor
Settings
{
"editor.formatOnSave": true,
"[luau]": {
"editor.defaultFormatter": "JohnnyMorganz.stylua"
},
"luau-lsp.platform.type": "roblox",
"luau-lsp.plugin.enabled": true,
"luau-lsp.sourcemap.autogenerate": true,
"luau-lsp.sourcemap.enabled": true,
"luau-lsp.sourcemap.rojoPath": "./plugin/rojo.exe",
"luau-lsp.types.robloxSecurityLevel": "RobloxScriptSecurity",
"luau-lsp.hover.multilineFunctionDefinitions": true,
"luau-lsp.inlayHints.hideHintsForErrorTypes": true,
"luau-lsp.inlayHints.functionReturnTypes": true,
"luau-lsp.inlayHints.parameterTypes": true,
"luau-lsp.inlayHints.variableTypes": true,
"luau-lsp.types.definitionFiles": {
"roblox": "./types/globalTypes.d.luau",
"project_ec": "./types/projectGlobalTypes.d.luau"
},
"luau-lsp.types.documentationFiles": [
"./docs/ko-kr.json",
"./docs/projectDocs.json"
],
"luau-lsp.plugin.maximumRequestBodySize": "1000mb"
}Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingpluginRelated to Roblox Studio PluginRelated to Roblox Studio Plugin