Giter Club home page Giter Club logo

sublimelsp-promql's People

Contributors

nevill avatar prombot avatar superq avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

sublimelsp-promql's Issues

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

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.