mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
13 lines
853 B
JSON
13 lines
853 B
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.
|
|
{
|
|
"dotnet": "dotnet 빌드를 사용하세요.",
|
|
"msbuild": "msbuild를 사용하여 프로젝트를 컴파일하세요.",
|
|
"tscConfig": "tsconfig.json 파일과 함께 tsc 컴파일러를 사용하세요.",
|
|
"tscFile": "특정 파일에 대해 tsc 컴파일러를 사용하세요.",
|
|
"tscOpenFile": "현재 열려 있는 파일에 대해 tsc 컴파일러를 사용하세요.",
|
|
"tscWatch": "tsc 컴파일러를 감시 모드로 사용하세요."
|
|
} |