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

[concourse] support also the pipeline directory #524

Closed
ramonskie opened this issue Aug 26, 2020 · 2 comments
Closed

[concourse] support also the pipeline directory #524

ramonskie opened this issue Aug 26, 2020 · 2 comments
Milestone

Comments

@ramonskie
Copy link
Contributor

ramonskie commented Aug 26, 2020

currently only is supported

**/*pipeline*.yml : activates support for editing pipelines
**/tasks/*.yml | **/*task.yml : activates support for editing tasks.

but allot of standard uses are
ci/tasks/.yml
ci/pipeline/
.yml

so can we add
**/pipeline/*.yml
to https://github.com/spring-projects/sts4/blob/master/vscode-extensions/vscode-concourse/package.json#L72

@kdvolder
Copy link
Member

Sure, no objections to doing that. This probably won't make it into next release unfortunately because the RC was already built yesterday.

You can add your own customised file associations via workspace or user preferences in the mean time:

https://code.visualstudio.com/Docs/languages/overview#_adding-a-file-extension-to-a-language

@ramonskie
Copy link
Contributor Author

no worries i will see it in a future release.

in the mean time im still using the customized workspace

@martinlippert martinlippert added this to the 4.8.1.RELEASE milestone Oct 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants