Vscode-vsce: Support to ignore keyword list length warning

Created on 11 Oct 2018  路  6Comments  路  Source: microsoft/vscode-vsce

With a VSCE_IGNORE_KEYWORD_LENGTH env variable.

From Microsoft/vscode#60214

feature-request help wanted

All 6 comments

VSCE_IGNORE_KEYWORD_LENGTH sounds like it has something to do about the number of characters used, maybe VSCE_IGNORE_KEYWORDS_LENGTH would be more appropriate 馃.

@joaomoreno

Would be nice to see this and the 5 keyword limitation documentation with the keywords field

Also might be worth mentioning in the documentation that for more than 5 keywords we can use a comma delimited string like "cats, dogs, chickens". This is what I currenlty have to do for my extenstion

@pflannery I'm not sure how this is handled internally, but "cats, dogs, chickens" might just be considered a single tag.

@fabiospampinato No they are handled as seperate "tags"

You can see it working on my extension page and here is the package.json

@pflannery interesting, it looks like you don't need to do that to get them displayed in the marketplace: see here and here. I wonder if the 5 keywords limit is actually implemented properly 馃

Was this page helpful?
0 / 5 - 0 ratings

Related issues

muuvmuuv picture muuvmuuv  路  6Comments

equinusocio picture equinusocio  路  4Comments

brandoncc picture brandoncc  路  6Comments

felixfbecker picture felixfbecker  路  6Comments

jkeech picture jkeech  路  4Comments