Change priority of customTags in autocomplete suggestion #739
Unanswered
LavaToaster
asked this question in
Q&A
Replies: 1 comment
-
We do not specify a weight for the completion items from this extension. I believe the order is just the alphabetical order, the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
👋 Hey Folks!
I'm using a combination of the AWS Toolkit, Azure Pipelines and VSCode Yaml plugins in my vscode setup.
I'm facing an issue where the AWS Toolkit mutates my user settings to add a
yaml.customTags
config option (or append to it if one exists). These tags have priority over any intelligent language server like the Azure Pipeline ones and result in some interesting ordering.Is there any way I can de-prioritize the weight of custom tags for their completion/IntelliSense order?
Beta Was this translation helpful? Give feedback.
All reactions