mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
13 lines
757 B
JSON
13 lines
757 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": "将 tsc 编译器与 tsconfig.json 文件一起使用。",
|
|
"tscFile": "在特定的文件上使用 tsc 编译器。",
|
|
"tscOpenFile": "在当前打开的文件上使用 tsc 编译器。",
|
|
"tscWatch": "在观看模式下使用 tsc 编译器。"
|
|
} |