| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| |\ |
|
| | | |
|
| | |
| |
| |
| | |
skip-checks: true
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | |
| |
| |
| | |
skip-checks: true
|
| |/ |
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
| |
The argument to `activate_env` is a table, one entry of which is
the name of the environment to activate if it is provided, or an
empty string if it is not provided.
closes #4335
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
| |
Problem:
System installed sources of Rust standard library are not detected as
library sources.
Solution:
Add sources location to paths used for library check. See also:
https://rust-analyzer.github.io/book/configuration.html#cargo.sysrootSrc
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
| |
Problem:
Currently the only root marker for slangd is .git
Solution:
As mentioned [here](https://github.com/shader-slang/slang-vs-extension?tab=readme-ov-file#configurations), slangdconfig.json and .clangformat could be used as root markers
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
| |
Problem:
As mentioned here (https://github.com/mason-org/mason-registry/pull/6330#issuecomment-3971724747),
there is a change (https://github.com/dotnet/roslyn/pull/82201/changes) that the official language server can be
easily installed via `dotnet` cli.
Solution:
Use the official binary name as a fallback.
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
| |
When rust-analyzer wants to invoke cargo (eg, when the user uses code lenses),
it sends a Command to nvim. This Command contains environment info that we're
currently ignoring (ie, a value of RUSTC_TOOLCHAIN). With this change, we
forward the environment variables that rust-analyzer wants to set to the
spawned process.
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
| |
Problem:
Missing short description in `:help local-additions`.
Solution:
Add it to both docs.
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
Problem: `experimental.useFlatConfig` forcefully turns on the logic to
use a separate programmatic interface for flat config usage in ESLint.
That interface was removed in ESLint v10 where flat config format is the
only supported config format. But when the setting is turned on the
language server still looks for that interface and fails when it can't
find it. The end result is that language server turns off it's
validation/diagnostics when used with ESLint v10.
Solution: do not turn on `experimental.useFlatConfig` setting based on
the presence of flat config files. Instead use the default behavior of
the language server which matches the ESLint's default behavior and let
the user explicitly override it via config when necessary.
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
|
| |
Problem: 78596b61 removed javascript.jsx and typescript.tsx from the
lsp/ configs, but the same invalid filetypes remain in the legacy
lua/lspconfig/configs/ files. These still surface in checkhealth
warnings since the legacy configs get merged at runtime.
Solution: remove javascript.jsx and typescript.tsx from all legacy
config filetypes lists. The correct filetypes (javascriptreact,
typescriptreact) are already present in each list.
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
| |
Problem:
`checkhealth vim.lsp` reports the following warnings:
- ⚠️ WARNING Unknown filetype 'javascript.jsx'.
- ⚠️ WARNING Unknown filetype 'typescript.tsx'.
Solution:
Remove them.
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
Problem:
checkhealth shows warnings:
- ⚠️ WARNING Unknown filetype 'javascript.jsx' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'typescript.tsx' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'handlebars' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'hbs' (Hint: filename extension != filetype).
- ⚠️ WARNING Unknown filetype 'mdx' (Hint: filename extension != filetype).
Solution:
Remove unknown filetypes.
But keep "handlebars" because it depends on a plugin.
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
| |
Tree-sitter-based language server that bridges languages, editors,
and tooling — providing semantic tokens, selection ranges, and LSP
bridging for embedded languages (e.g., code blocks in Markdown).
|
| |
|
|
| |
skip-checks: true
|
| |
|
|
|
|
|
|
|
|
|
| |
Problem:
clangd currently receives incorrect languageId
values for objc, objcpp and cuda.
Solution:
Update the filetype to languageId mapping to send
the values expected by the language server.
ref https://code.visualstudio.com/docs/languages/identifiers
|
| |
|
|
| |
skip-checks: true
|
| | |
|
| |
|
|
| |
skip-checks: true
|
| | |
|