mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-21 17:19:01 +01:00
13 lines
908 B
JSON
13 lines
908 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 コンパイラを使用します。"
|
|
} |