690e0aff45
* fix: add handle for resolveExternalUri This adds a fix to properly handle `resolveExternalUri` which is used by extensions like Tabnine. * fixup!: update patch * fixup!: force update proxy patch * fixup!: use proxyEndpointTemplate else manually add * fixup!: throw error if productConfiguration missing * feat(testing): add asExternalUri This modifies the test extension used in e2e test by registering a new command for testing `asExternalUri`. * feat: add e2e test for asExternalUri * docs: update playwright setup comments * feat: add support for VSCODE_PROXY_URI * chore: refresh patches * feat: add test for VSCODE_PROXY_URI * chore: add metadata to lang extension * fixup!: fix part of service-worker patch * fixup!: remove e2e test, update patch notes * fixup!: refresh disable-downloads * fixup!: formatting
39 lines
918 B
JSON
39 lines
918 B
JSON
{
|
|
"name": "vscode-language-pack-es",
|
|
"displayName": "Spanish Language Pack for Visual Studio Code",
|
|
"description": "Language pack extension for Spanish",
|
|
"version": "1.70.0",
|
|
"publisher": "MS-CEINTL",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-loc"
|
|
},
|
|
"engines": {
|
|
"vscode": "^1.70.0"
|
|
},
|
|
"categories": [
|
|
"Language Packs"
|
|
],
|
|
"contributes": {
|
|
"localizations": [
|
|
{
|
|
"languageId": "es",
|
|
"languageName": "Spanish",
|
|
"localizedLanguageName": "español",
|
|
"translations": [
|
|
{
|
|
"id": "vscode",
|
|
"path": "./translations/main.i18n.json"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"__metadata": {
|
|
"id": "47e020a1-33db-4cc0-a1b4-42f97781749a",
|
|
"publisherDisplayName": "MS-CEINTL",
|
|
"publisherId": "0b0882c3-aee3-4d7c-b5f9-872f9be0a115",
|
|
"isPreReleaseVersion": false
|
|
}
|
|
}
|