-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the Bug
Impossible to use a selected resource from list. For instance in this capture the file resource.
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:
- install Coc
- configure Coc
- open a document file and start to write
fil, - try to select the
fileresource 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.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working
