mirror of
https://github.com/microsoft/vscode.git
synced 2026-04-22 01:29:04 +01:00
13 lines
796 B
JSON
13 lines
796 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": "Utilisez une build dotnet.",
|
|
"msbuild": "Utilisez msbuild pour compiler votre projet.",
|
|
"tscConfig": "Utilisez le compilateur tsc avec un fichier tsconfig.json.",
|
|
"tscFile": "Utilisez le compilateur tsc sur un fichier spécifique.",
|
|
"tscOpenFile": "Utilisez le compilateur tsc sur le fichier actuellement ouvert.",
|
|
"tscWatch": "Utilisez le compilateur tsc en mode espion."
|
|
} |