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

debugAdapter.i18n.json « node « debug « parts « workbench « vs « src « deu « i18n - github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c6d03109a2ca8feab849c1b6e14fe93d20a13123 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*---------------------------------------------------------------------------------------------
 *  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.
{
	"debugLinuxConfiguration": "Linux-spezifische Startkonfigurationsattribute.",
	"debugName": "Der Name der Konfiguration. Er wird im Dropdownmenü der Startkonfiguration angezeigt.",
	"debugOSXConfiguration": "OS X-spezifische Startkonfigurationsattribute.",
	"debugPrelaunchTask": "Ein Task, der ausgeführt werden soll, bevor die Debugsitzung beginnt.",
	"debugRequest": "Der Anforderungstyp der Konfiguration. Der Wert kann \"launch\" oder \"attach\" sein.",
	"debugType": "Der Typ der Konfiguration.",
	"debugWindowsConfiguration": "Windows-spezifische Startkonfigurationsattribute.",
	"internalConsoleOptions": "Steuert das Verhalten der internen Debugkonsole.",
	"relativePathsNotConverted": "Relative Pfade werden nicht mehr automatisch in absolute Pfade konvertiert. Verwenden Sie ggf. ${workspaceRoot} als Präfix."
}