mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-03-22 21:00:30 -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": "VS Code に Grunt 機能を追加する拡張機能。",
|
|
"displayName": "VS Code の Grunt サポート",
|
|
"config.grunt.autoDetect": "Grunt タスクの自動検出をオンにするかオフにするかを制御します。既定はオンです。",
|
|
"grunt.taskDefinition.type.description": "カスタマイズする Grunt タスク。",
|
|
"grunt.taskDefinition.file.description": "タスクを提供する Grunt ファイル。省略できます。"
|
|
},
|
|
"out/main": {
|
|
"gulpTaskDetectError": "jake タスクを検索するときに問題が発生しました。詳細は、出力をご覧ください。",
|
|
"jakeShowOutput": "出力に移動",
|
|
"execFailed": "フォルダ {0} でGrunt のエラーによる失敗を自動検出: {1}"
|
|
}
|
|
}
|
|
} |