Skip to content
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

[Regression] Completion of second level for Camel K files are no more working #619

Closed
1 of 4 tasks
apupier opened this issue Oct 21, 2021 · 3 comments · Fixed by redhat-developer/yaml-language-server#562
Assignees
Labels
Milestone

Comments

@apupier
Copy link
Member

apupier commented Oct 21, 2021

Describe the bug

With Camel K files, the second level of completion is not working.

it is working fine with VS Code yaml 0.23.0

Expected Behavior

completion based on yaml schema provided

Current Behavior

Steps to Reproduce

  1. install VS Code Camel K
  2. create a xx.yaml file
  3. put content: (take care of the 4 spaces on the last line)
# camel-k:
- from:
    
  1. call completion on last character of last line
  2. No completion is provided by yaml

Environment

  • Windows
  • Mac
  • Linux
  • other (please specify)
@microhobby
Copy link

Yeah, I can confirm and I'm having the same behavior here.

Working ok on v0.23:
image

Latest version does not working:
image

@microhobby
Copy link

@apupier and @evidolob oddly I'm having the same issue again with v1.1.1.
Should I open a new issue?

Version: 1.63.0-insider (user setup)
Commit: a7104f13ff61bcd9f4c827d8fe3c0d27bb479fd8
Date: 2021-11-08T05:14:49.440Z
Electron: 13.5.1
Chrome: 91.0.4472.164
Node.js: 14.16.0
V8: 9.1.269.39-electron.0
OS: Windows_NT x64 10.0.22489

@evidolob
Copy link
Collaborator

evidolob commented Nov 9, 2021

It should be fixed with redhat-developer/yaml-language-server#579

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants