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

🐛 BUG: neovim typescript errors cant be stopped #995

Open
kocv59 opened this issue Mar 1, 2025 · 0 comments
Open

🐛 BUG: neovim typescript errors cant be stopped #995

kocv59 opened this issue Mar 1, 2025 · 0 comments
Labels
needs triage Issue needs to be triaged

Comments

@kocv59
Copy link

kocv59 commented Mar 1, 2025

Describe the Bug

Typescript errors can't be stopped in neovim with any settings.

Steps to Reproduce

Any settings I try in lspconfig for neovim doesn't stop ts errors.

require("lspconfig").astro.setup({
  init_options = {
    typescript = {
      checkJs = false,
      diagnostics = {
        enable = false
      }
    }
  }
}

Link to Minimal Reproducible Example

its in steps to reproduce

@github-actions github-actions bot added the needs triage Issue needs to be triaged label Mar 1, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs triage Issue needs to be triaged
Projects
None yet
Development

No branches or pull requests

1 participant