mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-20 20:10:11 -04:00
29 lines
1.5 KiB
JSON
29 lines
1.5 KiB
JSON
{
|
|
"": [
|
|
"--------------------------------------------------------------------------------------------",
|
|
"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": {
|
|
"displayName": "확장 제작",
|
|
"description": "확장 제작을 위한 Lint 기능을 제공합니다."
|
|
},
|
|
"out/packageDocumentHelper": {
|
|
"languageSpecificEditorSettings": "언어별 편집기 설정",
|
|
"languageSpecificEditorSettingsDescription": "언어용 편집기 설정 재정의"
|
|
},
|
|
"out/extensionLinter": {
|
|
"httpsRequired": "이미지는 HTTPS 프로토콜을 사용해야 합니다.",
|
|
"svgsNotValid": "SVG는 올바른 이미지 소스가 아닙니다.",
|
|
"embeddedSvgsNotValid": "내장 SVG는 올바른 이미지 소스가 아닙니다.",
|
|
"dataUrlsNotValid": "데이터 URL은 올바른 이미지 소스가 아닙니다.",
|
|
"relativeUrlRequiresHttpsRepository": "관계형 이미지 URL은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
|
"relativeIconUrlRequiresHttpsRepository": "아이콘은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다.",
|
|
"relativeBadgeUrlRequiresHttpsRepository": "관계형 배지 URL은 package.json에 HTTPS 프로토콜이 지정된 저장소가 필요합니다."
|
|
}
|
|
}
|
|
} |