mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Merge VS Code 1.21 source code (#1067)
* Initial VS Code 1.21 file copy with patches * A few more merges * Post npm install * Fix batch of build breaks * Fix more build breaks * Fix more build errors * Fix more build breaks * Runtime fixes 1 * Get connection dialog working with some todos * Fix a few packaging issues * Copy several node_modules to package build to fix loader issues * Fix breaks from master * A few more fixes * Make tests pass * First pass of license header updates * Second pass of license header updates * Fix restore dialog issues * Remove add additional themes menu items * fix select box issues where the list doesn't show up * formatting * Fix editor dispose issue * Copy over node modules to correct location on all platforms
This commit is contained in:
@@ -1,8 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"exampleExtension": "例"
|
||||
}
|
||||
@@ -1,9 +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.
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"activeEditorShort": "ファイル名 (例: myFile.txt)",
|
||||
"activeEditorMedium": "ワークスペース フォルダーに相対的なファイルのパス (例: myFolder/myFile.txt)",
|
||||
"activeEditorLong": "ファイルの完全なパス (例: /Users/Development/myProject/myFolder/myFile.txt)",
|
||||
@@ -22,7 +24,7 @@
|
||||
"fileDescription": "特定のファイル拡張子を持つすべてのファイルと一致します。",
|
||||
"filesLabel": "複数の拡張子のファイル",
|
||||
"filesDescription": "いずれかのファイル拡張子を持つすべてのファイルと一致します。",
|
||||
"derivedLabel": "同じ名前の兄弟があるファイル",
|
||||
"derivedLabel": "同じ名前の同種のファイル",
|
||||
"derivedDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
|
||||
"topFolderLabel": "特定の名前のフォルダー (最上位)",
|
||||
"topFolderDescription": "特定の名前の最上位にあるフォルダーと一致します。",
|
||||
@@ -32,7 +34,7 @@
|
||||
"folderDescription": "任意の場所にある特定の名前のフォルダーと一致します。",
|
||||
"falseDescription": "パターンを無効にします。",
|
||||
"trueDescription": "パターンを有効にします。",
|
||||
"siblingsDescription": "名前が同じで拡張子が異なる兄弟を持つファイルと一致します。",
|
||||
"siblingsDescription": "名前が同じで異なる拡張子を持つ同種のファイルと一致します。",
|
||||
"languageSpecificEditorSettings": "言語固有のエディター設定",
|
||||
"languageSpecificEditorSettingsDescription": "言語に対するエディター設定を上書きします"
|
||||
}
|
||||
11
i18n/jpn/extensions/configuration-editing/package.i18n.json
Normal file
11
i18n/jpn/extensions/configuration-editing/package.i18n.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"": [
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Copyright (c) Microsoft Corporation. All rights reserved.",
|
||||
"Licensed under the Source EULA. See License.txt in the project root for license information.",
|
||||
"--------------------------------------------------------------------------------------------",
|
||||
"Do not edit this file. It is machine generated."
|
||||
],
|
||||
"displayName": "設定の編集機能",
|
||||
"description": "設定、起動、そして拡張機能の推奨事項ファイルのような、構成ファイルの機能 (高度な IntelliSense、auto-fixing など) を提供します。"
|
||||
}
|
||||
Reference in New Issue
Block a user