Skip to content

impossible to use a select resource from list #390

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

Open
Dan33l opened this issue Sep 24, 2024 · 0 comments
Open

impossible to use a select resource from list #390

Dan33l opened this issue Sep 24, 2024 · 0 comments
Labels
bug Something isn't working

Comments

@Dan33l
Copy link

Dan33l commented Sep 24, 2024

Describe the Bug

Impossible to use a selected resource from list. For instance in this capture the file resource.

Capture d’écran du 2024-09-24 14-29-11

Expected Behavior

I can select file resource and something like this is present into my pp document:

file { 'title':
}

Steps to Reproduce

Steps to reproduce the behavior:

  1. install Coc
  2. configure Coc
  3. open a document file and start to write fil ,
  4. try to select the file resource from the list proposed to get it written into pp document

Environment

  • Version v2.0.4
  • Platform Ubuntu 24.04, vim 9.1 (from deb package)
  • Ruby 3.2.0 (managed by rbenv)
  • COC for interfacing Language server with Vim

Additional Context

CocConfig

{
    "languageserver": {
      "puppet": {
        "command": "ruby",
        "args": ["/home/daneel/Documents/puppet-editor-services/puppet-languageserver","--stdio","--puppet-settings=--moduledir,/opt/dockerspace/build/"],
        "cwd": "/home/daneel/Documents/puppet-editor-services",
        "filetypes": ["puppet"],
        "rootPatterns": [".git/", "metadata.json"]
      }
    }
  }

Add any other context about the problem here.

@Dan33l Dan33l added the bug Something isn't working label Sep 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant