We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a file name azure-pipelines-prod.yml
and have the following content ` trigger:
resources: repositories:
stages:
and I get error in line 1. how to make vscode to use the azure-pipelines syntax?
I tried adding in my workspace settings.json as follows and it did not work.
{ "files.associations": { "**/ci/azure-pipelines-*.yml": "azure-pipelines" } }
The text was updated successfully, but these errors were encountered:
Hi @vairakkumaar-svs-hf thanks for reporting! We are working on more prioritized issues at the moment, but will get back to this one soon.
Sorry, something went wrong.
I'm unable to repro this. If you're still having problems getting the file association correct, I'd suggest asking a question on StackOverflow: https://stackoverflow.com/questions/tagged/vscode
No branches or pull requests
I have a file name azure-pipelines-prod.yml
and have the following content
`
trigger:
resources:
repositories:
type: git
name: projectname/azure-pipeline-templates
type: git
name: self
stages:
parameters:
deploytoProdAuto: 'true'
`
and I get error in line 1. how to make vscode to use the azure-pipelines syntax?
I tried adding in my workspace settings.json as follows and it did not work.
{ "files.associations": { "**/ci/azure-pipelines-*.yml": "azure-pipelines" } }
The text was updated successfully, but these errors were encountered: