-
Notifications
You must be signed in to change notification settings - Fork 205
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
VS Code Extensions missing Cloud Foundry params options #330
Comments
Thanks for the report. Likely these are attributes that were added after we created the editor. We try to keep it up to date, but realistically we need people like yourself to tell us when something new got added that is ''missing' from our editor.
Is that the only missing attribute you are aware of? I am asking because your title suggest there are more than one. So if there are others that you are aware of, it would be helpful to list explicitly as well. |
Yes I didn't want to bloat the issue, but you're right I should be complete! I see these as missing when comparing docs from original repo, https://github.com/concourse/cf-resource Source attributes:
Param Attributes
|
Thank you, that is very helpful :-) |
... CF resource 'source' in Concourse Editor. See: #330
... CF resource 'source' in Concourse Editor. See: #330
... CF resource 'put' params in Concourse Editor. Adding support for the following: - vars - vars_files - docker_username - docker_password - show_app_log - no_start See: #330
Should be all updated with support for all of these now. If you want to try you can download a snapshot build from this page: http://dist.springsource.com/snapshot/STS4/nightly-distributions.html |
This seems to be working fine, thanks for the quick update! |
Hello all. For VSCODE extensions, It does not look like all of the appropriate options are available via intellisense, and errors occur for those not included. For example including vars results in an error.:
This looks like where it would need to be added, although my familiarity with VS Code Extensions is limited.
sts4/headless-services/concourse-language-server/src/main/java/org/springframework/ide/vscode/concourse/PipelineYmlSchema.java
Line 736 in 073d6fa
The text was updated successfully, but these errors were encountered: