Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
169 views
in Technique[技术] by (71.8m points)

How can I localize Visual Studio Code snippet's descriptions?

I am making snippets plugin in vscode, as follows

  "Progress": {
    "prefix": ".progress",
    "body": "progress",
    "description": "Documentation and examples for using Bootstrap custom progress bars featuring support for stacked bars, animated backgrounds, and text labels."
  }

When users use it, they can see "description" enter image description here

The point is that I want users in different countries to see their own language, how should I configure it, or where there are documents in this regard, thanks

question from:https://stackoverflow.com/questions/65839185/how-can-i-localize-visual-studio-code-snippets-descriptions

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...