debugAdapter.i18n.json 913 字节
Newer Older
D
Dirk Baeumer 已提交
1 2 3 4 5 6 7 8 9 10 11 12
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"debugName": "구성 이름이며, 구성 시작 드롭다운 메뉴에 표시됩니다.",
	"debugPrelaunchTask": "디버그 세션이 시작되기 이전에 실행할 작업입니다.",
	"debugRequest": "구성 형식을 요청합니다. \"시작\" 또는 \"연결\"일 수 있습니다.",
	"debugType": "구성의 형식입니다.",
	"relativePathsNotConverted": "상대 경로는 더 이상 절대 경로로 자동으로 변환되지 않습니다. ${workspaceRoot}를 접두사로 사용해 보세요."
}