Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More Sublime Text experience from anyone? #136

Open
nugged opened this issue Jun 12, 2023 · 1 comment
Open

More Sublime Text experience from anyone? #136

nugged opened this issue Jun 12, 2023 · 1 comment

Comments

@nugged
Copy link

nugged commented Jun 12, 2023

macOS, M1.

I added

    "LSP-perl": {
        "enabled": true,
        "command": ["pls"],
        "selector": "source.perl",
    },

and it least it seems, starts in ST4:

LSP: starting ['pls'] in ~/perlsamlpes
LSP: LSP-perl: Supported execute commands: ['pls.sortImports']
LSP: LSP-perl: registering capability: didChangeConfigurationProvider
LSP: LSP-perl: registering capability: didChangeWatchedFilesProvider

but it doesn't feedback any errors to Sublime Text,
yet some (strangely deep) typeahead (completion) seems comes from it,

but then (after completion confirmation probably) it crashes:

Traceback (most recent call last):
  File "~/Library/Application Support/Sublime Text/Installed Packages/LSP.sublime-package/plugin/completion.py", line 372, in _on_resolved
AttributeError: 'NoneType' object has no attribute 'get'

I'd like to get warns/errors and Perl::Critic there, huh... Drown and can't debug deeper, please advise.

@FractalBoy
Copy link
Owner

Sorry, I don't use Sublime and I have no way of figuring out why it's hitting that error.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants