Welcome to mirror list, hosted at ThFree Co, Russian Federation.

snippets.contribution.i18n.json « electron-browser « snippets « parts « workbench « vs « src « kor « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c2a063232029bdfa6f8ffe04c715fa0f3e547d85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"openSnippet.label": "사용자 코드 조각 열기",
	"openSnippet.pickLanguage": "코드 조각의 언어 선택",
	"openSnippet.errorOnCreate": "{0}을(를) 만들 수 없음",
	"preferences": "기본 설정",
	"snippetSchema.json.default": "빈 코드 조각",
	"snippetSchema.json": "사용자 코드 조각 구성",
	"snippetSchema.json.prefix": "IntelliSense에서 코드 조각을 선택할 때 사용할 접두사입니다.",
	"snippetSchema.json.body": "코드 조각 콘텐츠입니다. '$1', '${1:defaultText}'를 사용하여 커서 위치를 정의하고, '$0'을 최종 커서 위치에 사용하세요. '${varName}' 및 '${varName:defaultText}'에 변수 값을 삽입하세요(예: '$TM_FILENAME 파일입니다').",
	"snippetSchema.json.description": "코드 조각 설명입니다."
}