Skip to content

Binary not downloaded under ST4 (though plugin uses ST3 paths) #2

@nvtkaszpir

Description

@nvtkaszpir

Troubleshooting: lsp-promql

Version

  • LSP: 1.4.0
  • Sublime Text: 4107

Server Test Run

  • exit code: -1
  • output
[Errno 2] No such file or directory: '/home/kaszpir/.cache/sublime-text-3/Cache/LSP-promql/promql-langserver'

Server Configuration

  • command
[
  "/home/kaszpir/.cache/sublime-text-3/Cache/LSP-promql/promql-langserver"
]
  • shell command
/home/kaszpir/.cache/sublime-text-3/Cache/LSP-promql/promql-langserver
  • selector
(source.yaml)|(source.promql)
  • priority_selector
(source.yaml string.unquoted)|(source.promql)
  • init_options
{}
  • settings
{}
  • env
{
  "LANGSERVER_PROMETHEUSURL": "http://127.0.0.1:9090"
}

Active view

  • File name
/home/kaszpir/apl/temporal-metrics/shit.promql
  • Settings
{
  "auto_complete_selector": "meta.tag, source - comment - string.quoted.double.block - string.quoted.single.block - string.unquoted.heredoc", 
  "lsp_active": null, 
  "syntax": "Packages/LSP-promql/promql.sublime-syntax"
}
  • base scope
source.promql

Project / Workspace

  • folders
[]
  • is project: False

LSP configuration

{
  "clients": {
    "bashls": {
      "enabled": true
    }, 
    "gopls": {
      "command": [
        "gopls"
      ], 
      "enabled": true, 
      "initializationOptions": {
        "experimentalWorkspaceModule": false
      }, 
      "languageId": "go", 
      "scopes": [
        "source.go"
      ], 
      "syntaxes": [
        "Packages/Go/Go.sublime-syntax", 
        "Packages/GoSublime/syntax/GoSublime-Go-Recommended.sublime-syntax"
      ]
    }, 
    "pyls": {
      "command": [
        "/home/kaszpir/.pyenv/versions/3.7.3/envs/pyls/bin/pyls"
      ], 
      "enabled": true, 
      "languageId": "python", 
      "scopes": [
        "source.python"
      ], 
      "syntaxes": [
        "Packages/Python/Python.sublime-syntax", 
        "Packages/MagicPython/grammars/MagicPython.tmLanguage", 
        "Packages/Djaneiro/Syntaxes/Python Django.tmLanguage"
      ]
    }
  }
}

System PATH

  • /home/kaszpir/bin
  • /usr/local/sbin
  • /usr/local/bin
  • /usr/sbin
  • /usr/bin
  • /sbin
  • /bin
  • /usr/games
  • /usr/local/games
  • /snap/bin
  • /home/kaszpir/.local/bin

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions