damienaicheh / azure-devops-snippets-generator

15 stars 2 forks source link

Add snippets for 'Azure Pipelines' Language Mode #6

Closed jinyeow closed 2 years ago

jinyeow commented 2 years ago

FEATURE REQUEST

I am using the Azure Pipelines VScode extension which gives the language mode "Azure Pipelines": image image

If possible, it would be really helpful if this snippets generator plugin also worked on that language mode.

damienaicheh commented 2 years ago

Based on my comprehension, you have this option because you have another plugin or something else that define this language. It's not on the VS Code language list: https://code.visualstudio.com/docs/languages/identifiers

doggy8088 commented 2 years ago

@damienaicheh I think many of the Azure Pipelines YAML developers could very possible installed Azure Pipelines extension. That's why @jinyeow shows this language mode.

I think this feature request is quite reasonable. Would you please reconsider add this?

damienaicheh commented 2 years ago

Like I said in the previous post I didn't find the way to do this in the VS Code documentation. If you see how, feel free to do a PR.