Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"npm.noDebugOptions": "Impossible de lancer \"{0}\" pour le débogage, car les scripts n'ont pas d'option de débogage de nœud, par exemple, \"--inspect-brk\".",
"npm.scriptInvalid": "Script \"{0}\" introuvable. Essayez d'actualiser la vue."
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"npm.parseError": "Détection de tâche Npm : impossible danalyser le fichier {0}"
}

View File

@@ -2,7 +2,7 @@
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
@@ -12,7 +12,15 @@
"config.npm.runSilent": "Exécutez les commandes npm avec l'option `--silent`.",
"config.npm.packageManager": "Le gestionnaire de paquets utilisé pour exécuter des scripts.",
"config.npm.exclude": "Configurer les profils glob pour les dossiers qui doivent être exclus de la détection de script automatique.",
"config.npm.enableScriptExplorer": "Activez une vue Explorateur pour les scripts npm quand l'espace de travail contient un fichier 'package.json'.",
"npm.parseError": "Détection de tâche Npm : impossible danalyser le fichier {0}",
"taskdef.script": "Le script npm à personnaliser.",
"taskdef.path": "Le chemin daccès au dossier du fichier package.json qui fournit le script. Peut être oublié."
"taskdef.path": "Le chemin daccès au dossier du fichier package.json qui fournit le script. Peut être oublié.",
"view.name": "Scripts npm",
"command.refresh": "Actualiser",
"command.run": "Exécuter",
"command.debug": "Déboguer",
"command.openScript": "Ouvrir",
"npm.scriptInvalid": "Script '{0}' introuvable. Essayez d'actualiser la vue.",
"npm.noDebugOptions": "Impossible de lancer '{0}' pour le débogage, car les scripts n'ont pas d'option de débogage de nœud, par exemple, '--inspect-brk'."
}