We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
Sorry, I don't use Sublime and I have no way of figuring out why it's hitting that error.
Sorry, something went wrong.
No branches or pull requests
macOS, M1.
I added
and it least it seems, starts in ST4:
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:
I'd like to get warns/errors and Perl::Critic there, huh... Drown and can't debug deeper, please advise.
The text was updated successfully, but these errors were encountered: