Welcome to mirror list, hosted at ThFree Co, Russian Federation.

package.i18n.json « npm « extensions « ptb « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d0a37a0a04e58f95aa1b66048c6bbc36edaf91c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
	"": [
		"--------------------------------------------------------------------------------------------",
		"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."
	],
	"description": "Extensão para adicionar suporte a tarefas para scripts npm.",
	"displayName": "Suporte ao Npm para VSCode",
	"config.npm.autoDetect": "Controla se a deteção automática de scripts npm está ligado ou desligado. O padrão é ligado.",
	"config.npm.runSilent": "Executar comandos npm com a opção '--silent'.",
	"config.npm.packageManager": "O Gerenciador de pacotes usado para executar scripts.",
	"npm.parseError": "Deteção de tarefa NPM: falha ao analisar o arquivo {0}"
}