Skip to content

Commit cfb487e

Browse files
committed
chore: add metadata to lang extension
1 parent 7a75bd0 commit cfb487e

File tree

1 file changed

+37
-31
lines changed
  • test/e2e/extensions/ms-ceintl.vscode-language-pack-es-1.70.0

1 file changed

+37
-31
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,32 +1,38 @@
11
{
2-
"name": "vscode-language-pack-es",
3-
"displayName": "Spanish Language Pack for Visual Studio Code",
4-
"description": "Language pack extension for Spanish",
5-
"version": "1.70.0",
6-
"publisher": "MS-CEINTL",
7-
"repository": {
8-
"type": "git",
9-
"url": "https://github.com/Microsoft/vscode-loc"
10-
},
11-
"engines": {
12-
"vscode": "^1.70.0"
13-
},
14-
"categories": [
15-
"Language Packs"
16-
],
17-
"contributes": {
18-
"localizations": [
19-
{
20-
"languageId": "es",
21-
"languageName": "Spanish",
22-
"localizedLanguageName": "español",
23-
"translations": [
24-
{
25-
"id": "vscode",
26-
"path": "./translations/main.i18n.json"
27-
}
28-
]
29-
}
30-
]
31-
}
32-
}
2+
"name": "vscode-language-pack-es",
3+
"displayName": "Spanish Language Pack for Visual Studio Code",
4+
"description": "Language pack extension for Spanish",
5+
"version": "1.70.0",
6+
"publisher": "MS-CEINTL",
7+
"repository": {
8+
"type": "git",
9+
"url": "https://github.com/Microsoft/vscode-loc"
10+
},
11+
"engines": {
12+
"vscode": "^1.70.0"
13+
},
14+
"categories": [
15+
"Language Packs"
16+
],
17+
"contributes": {
18+
"localizations": [
19+
{
20+
"languageId": "es",
21+
"languageName": "Spanish",
22+
"localizedLanguageName": "español",
23+
"translations": [
24+
{
25+
"id": "vscode",
26+
"path": "./translations/main.i18n.json"
27+
}
28+
]
29+
}
30+
]
31+
},
32+
"__metadata": {
33+
"id": "47e020a1-33db-4cc0-a1b4-42f97781749a",
34+
"publisherDisplayName": "MS-CEINTL",
35+
"publisherId": "0b0882c3-aee3-4d7c-b5f9-872f9be0a115",
36+
"isPreReleaseVersion": false
37+
}
38+
}

0 commit comments

Comments
 (0)