mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-17 11:03:14 -04:00
24 lines
1.2 KiB
JSON
24 lines
1.2 KiB
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."
|
|
],
|
|
"version": "1.0.0",
|
|
"contents": {
|
|
"package": {
|
|
"description": "Erweiterung zum Hinzufügen von Gulp-Funktionen in VSCode.",
|
|
"displayName": "Gulp-Unterstützung für VSCode",
|
|
"config.gulp.autoDetect": "Steuert, ob die automatische Erkennung von Gulp-Tasks aktiviert oder deaktiviert ist. Standardmäßig ist die Funktion aktiviert.",
|
|
"gulp.taskDefinition.type.description": "Die anzupassende Gulp-Aufgabe.",
|
|
"gulp.taskDefinition.file.description": "Die Gulp-Datei zum Bereitstellen der Aufgabe. Kann ausgelassen werden."
|
|
},
|
|
"out/main": {
|
|
"gulpTaskDetectError": "Problem bei der Suche nach gulp-Tasks. In der Ausgabe finden Sie weitere Informationen.",
|
|
"gulpShowOutput": "Zur Ausgabe wechseln",
|
|
"execFailed": "Fehler bei der automatischen Gulp-Erkennung für den Ordner {0}. Fehlermeldung: {1}"
|
|
}
|
|
}
|
|
} |