Merge VS Code 1.23.1 (#1520)

This commit is contained in:
Matt Irvine
2018-06-05 11:24:51 -07:00
committed by GitHub
parent e3baf5c443
commit 0c58f09e59
3651 changed files with 74249 additions and 48599 deletions

View File

@@ -0,0 +1,11 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"npm.noDebugOptions": "スクリプトの Node デバッグ オプションが不足しているため、\"{0}\" をデバッグ起動できません。例: --inspect-brk\"。",
"npm.scriptInvalid": "スクリプト '{0}' が見つかりませんでした。ビューを更新してください。"
}

View File

@@ -0,0 +1,10 @@
{
"": [
"--------------------------------------------------------------------------------------------",
"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."
],
"npm.parseError": "npmタスク検出: ファイル {0} の解析に失敗しました"
}

View File

@@ -2,7 +2,7 @@
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"Licensed under the MIT License. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
@@ -12,7 +12,15 @@
"config.npm.runSilent": "`--silent` オプションを使用して npm コマンドを実行する。",
"config.npm.packageManager": "スクリプトを実行するために使用するパッケージ マネージャー。",
"config.npm.exclude": "自動スクリプト検出から除外するフォルダーの glob パターンを構成します。",
"config.npm.enableScriptExplorer": "'package.json' ファイルがワークスペースに含まれている場合、npm スクリプトのエクスプ ローラー ビューを有効にします。",
"npm.parseError": "npmタスク検出: ファイル {0} の解析に失敗しました",
"taskdef.script": "カスタマイズする npm スクリプト。",
"taskdef.path": "スクリプトを提供する package.json ファイルのフォルダーへのパス。省略をすることができます。"
"taskdef.path": "スクリプトを提供する package.json ファイルのフォルダーへのパス。省略をすることができます。",
"view.name": "Npm スクリプト",
"command.refresh": "最新の情報に更新",
"command.run": "実行",
"command.debug": "デバッグ",
"command.openScript": "Open",
"npm.scriptInvalid": "スクリプト '{0}' が見つかりませんでした。ビューを更新してください。",
"npm.noDebugOptions": "スクリプトの Node デバッグ オプションが不足しているため、\"{0}\" をデバッグ起動できません。例: --inspect-brk\"。"
}