Added localized vscode extensions to localization source files (#21684)

* added localized vscode extensions

* bump to 1.42
This commit is contained in:
Alex Ma
2023-01-23 12:42:31 -08:00
committed by GitHub
parent ac4afbec6c
commit 205e683a4d
126 changed files with 2008 additions and 2408 deletions

View File

@@ -0,0 +1,17 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"version": "1.0.0",
"contents": {
"package": {
"config.markdown.math.enabled": "기본 제공 Markdown 미리 보기에서 렌더링 수학을 사용하거나 사용하지 않도록 설정합니다.",
"description": "전자 필기장의 Markdown에 수학 지원을 추가합니다.",
"displayName": "Markdown 수학"
}
}
}