{ "": [ "--------------------------------------------------------------------------------------------", "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": "npm スクリプトのタスクサポートを追加する拡張", "displayName": "VSCode の npm サポート", "config.npm.autoDetect": "npm スクリプトの自動検出をオンにするかオフにするかを制御します。既定はオンです。", "config.npm.runSilent": "`--silent` オプションを使用して npm コマンドを実行する。", "config.npm.packageManager": "スクリプトを実行するために使用するパッケージ マネージャー。", "config.npm.exclude": "自動スクリプト検出から除外するフォルダーの glob パターンを構成します。", "config.npm.enableScriptExplorer": "npm スクリプトのエクスプ ローラー ビューを有効にします。", "config.npm.scriptExplorerAction": "スクリプトエクスプローラーで使用される規定のクリックアクション: 'open' または 'run' 、規定値は 'open' です。", "npm.parseError": "npmタスク検出: ファイル {0} の解析に失敗しました", "taskdef.script": "カスタマイズする npm スクリプト。", "taskdef.path": "スクリプトを提供する package.json ファイルのフォルダー パス。省略できます。", "view.name": "Npm スクリプト", "command.refresh": "最新の情報に更新", "command.run": "実行", "command.debug": "デバッグ", "command.openScript": "Open", "command.runInstall": "インストールを実行" }