mirror of
https://github.com/microsoft/vscode-extension-samples.git
synced 2026-06-13 07:10:26 +08:00
To keep things simple, this doesn't use the nls-dev package. I think this demystifies a lot of things when you see what is actually going on behind the scenes.
5 lines
81 B
JSON
5 lines
81 B
JSON
{
|
|
"extension.sayHello.title": "Hello",
|
|
"extension.sayBye.title": "Bye"
|
|
}
|