LSP icon indicating copy to clipboard operation
LSP copied to clipboard

Client implementation of the Language Server Protocol for Sublime Text

Results 182 LSP issues
Sort by recently updated
recently updated
newest added

Pressing the code action does not do anything ![image](https://github.com/sublimelsp/LSP-marksman/assets/485799/acc8b5bb-57b0-4db3-b9fc-1c9492728385) For more context, seems like sublime's LSP implementation does not support `create` yet ``` :: [02:51:52.785]

enhancement

**Describe the bug** With code lens disabled sometimes I observe `...` popping up in the right side of all views after I edit code. **To Reproduce** Prepare a file that...

language server issue

Using the instructions for formatting on save does not seem to be working. It works fine when called via the command palette. ![image](https://github.com/sublimelsp/LSP-biome/assets/1425304/552a14e9-1b2f-4e6c-a201-1ed94654ee9c) Also seems like the action does not...

bug

**Is your feature request related to a problem? Please describe.** When launching the LSP server for [AWS Q Developer](https://aws.amazon.com/q/developer/), this LSP server expects an AES encryption key to be written...

enhancement

**Describe the bug** "Unable to open URI" dialog appears when hovering a function and clicking "definition". It happen when triggering the action from a ST window that doesn't have a...

**Describe the bug** I sometimes get this by quickly switching between projects many times. ``` LSP-pyright: INFO: Using python path "/usr/bin/python3" git: untracking working dir /home/giampaolo/svn/neato/tron ('--project', '/home/giampaolo/.config/sublime-text/Packages/User/Projects/dotfiles.sublime-project') git: tracking...

**Describe the bug** I've noticed recently that editing and immediately saving a file while using LSP-eslint does not fix the linting issue that this edit introduced. After analysing it a...

enhancement

**Describe the bug** I've mentioned that (vscode interoperability) issue in some other places but I'm too lazy to find those now. When asking servers for code actions during "code actions...

bug

![image](https://github.com/user-attachments/assets/2b5432d9-5f53-473c-8f5f-2e383312d22b) The latest version of LSP installs local node.js v18.18.1 by default. Some package plugins require newer versions. How can I change the version of Node.js that LSP automatically installs?

enhancement

**Describe the bug** Installing LSP and enabling the plugin produces a FileNotFoundError for popups.css **To Reproduce** Steps to reproduce the behavior: 1. Package Control: Install Package 2. Select "LSP" 3....

sublime issue