mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Refresh master with initial release/0.24 snapshot (#332)
* Initial port of release/0.24 source code * Fix additional headers * Fix a typo in launch.json
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* Licensed under the Source EULA. See License.txt in the project root for license information.
|
||||
*--------------------------------------------------------------------------------------------*/
|
||||
// Do not edit this file. It is machine generated.
|
||||
{
|
||||
|
||||
@@ -1,16 +1,16 @@
|
||||
/*---------------------------------------------------------------------------------------------
|
||||
* Copyright (c) Microsoft Corporation. All rights reserved.
|
||||
* Licensed under the Source EULA License. See License.txt in the project root for license information.
|
||||
* 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",
|
||||
"rootName": "例: myFolder1, myFolder2, myFolder3",
|
||||
"rootPath": "例: /Users/Development/myProject",
|
||||
"folderName": "例: myFolder",
|
||||
"folderPath": "例: /Users/Development/myFolder",
|
||||
"activeEditorShort": "ファイル名 (例: myFile.txt)",
|
||||
"activeEditorMedium": "ワークスペース フォルダーに相対的なファイルのパス (例: myFolder/myFile.txt)",
|
||||
"activeEditorLong": "ファイルの完全なパス (例: /Users/Development/myProject/myFolder/myFile.txt)",
|
||||
"rootName": "ワークスペースの名前 (例: myFolder または myWorkspace)",
|
||||
"rootPath": "ワークスペースのファイル パス (例: /Users/Development/myWorkspace)",
|
||||
"folderName": "ファイルが含まれているワークスペース フォルダーの名前 (例: myFolder)",
|
||||
"folderPath": "ファイルが含まれているワークスペース フォルダーのファイル パス (例: /Users/Development/myFolder)",
|
||||
"appName": "例: VS Code",
|
||||
"dirty": "アクティブなエディターがダーティである場合のダーティ インジケーター",
|
||||
"separator": "値のある変数で囲まれた場合にのみ表示される条件付き区切り記号 (' - ')",
|
||||
|
||||
Reference in New Issue
Block a user