microsoft/azure-pipelines-vscode

not showing correct "input" parameters for the task

Yaseen17 opened this issue · 5 comments

trying to create a yaml build pipeline. But inputs for the task are not showing in VS code.

how to list the inputs needed for the specific task ?

exported a schema from our organization devops server and updated VS code settings.json
like below
{
"azure-pipelines.customSchemaFile": "./path/to/my-schema.json"
}

attached schema.json

https://gist.github.com/Yaseen17/4634768f2cb315102c1a4c66e79d73f1

Can you please provide the exact value of azure-pipelines.customSchemaFile (hiding your username and any other sensitive information)? Does the Azure Pipelines file you're editing have its language set to "Azure Pipelines" (not "YAML")?

Can you please provide the exact value of azure-pipelines.customSchemaFile (hiding your username and any other sensitive information)?

"azure-pipelines.customSchemaFile": "C:\Users\xxx\Documents\xio\yamlschema.json"

Does the Azure Pipelines file you're editing have its language set to "Azure Pipelines" (not "YAML")?
: Yes. Language mode is set to "Azure Pipelines"

@

Can you please provide the exact value of azure-pipelines.customSchemaFile (hiding your username and any other sensitive information)? Does the Azure Pipelines file you're editing have its language set to "Azure Pipelines" (not "YAML")?

it is working fine now. There was workspace settings in VScode which is causing this issue. i delete the .vscode in the root folder of the project and restart the VS code.

Glad to hear it's fixed for you now! Since everything's working, I'm going to close this issue.