mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-31 17:20:28 -04:00
24 lines
1.1 KiB
JSON
24 lines
1.1 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": "將 Gulp 功能新增至 VSCode 的延伸模組。",
|
|
"displayName": "VSCode 的 Gulp 支援。",
|
|
"config.gulp.autoDetect": "控制 Gulp 工作的自動偵測為開啟或關閉。預設為開。",
|
|
"gulp.taskDefinition.type.description": "要自訂的 Gulp 工作。",
|
|
"gulp.taskDefinition.file.description": "提供工作的 Gulp 檔案。可以省略。"
|
|
},
|
|
"out/main": {
|
|
"gulpTaskDetectError": "尋找 Gulp 工作時發生問題。如需詳細資訊,請參閱輸出。",
|
|
"gulpShowOutput": "前往輸出",
|
|
"execFailed": "Gulp 在資料夾 {0} 的自動偵測失敗。錯誤: {1}"
|
|
}
|
|
}
|
|
} |