Skip to content

migrating to vize does not work with tsgo #91

@loeffel-io

Description

@loeffel-io

hundreds of diagnostics in my .vue files (only vize lsp is active)
installed all node modules

using tsgo and vize:

  "vize": {
    "binaries": [
      {
        "kind": "archive",
        "url": "https://github.com/ubugeeei/vize/releases/download/v0.16.0/vize-aarch64-apple-darwin.tar.gz",
        "file": "vize",
        "sha256": "5a30511c79d6e659a0376b7af5b86830f562cb751b69dddf485cc18599cfbd32",
        "os": "macos",
        "cpu": "arm64",
        "type": "tar.gz"
      }
    ]
  },
  "tsgo": {
    "binaries": [
      {
        "kind": "archive",
        "url": "https://registry.npmjs.org/@typescript/native-preview-darwin-arm64/-/native-preview-darwin-arm64-7.0.0-dev.20260302.1.tgz",
        "file": "package/lib/tsgo",
        "sha256": "31e0cbbf94c1810460d1957bd95596fcd7120dfc366999de62c1e61c858001b7",
        "os": "macos",
        "cpu": "arm64",
        "type": "tgz"
      }
    ]
  }

nvim:

vim.lsp.config('vize', {
    cmd = { "vize", "lsp" },
    filetypes = { "vue" },
    root_markers = { "vite.config.ts", "tsconfig.app.json", "package.json", ".git" },
})

vim.lsp.enable('vize') -- unofficial vue language server
vim.lsp.enable('tsgo')

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions