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 or myWorkspace)",
|
||||
"rootPath": "工作區檔案路徑 (例如 /Users/Development/myWorkspace)",
|
||||
"folderName": "包含在工作區內的檔案名稱 (例如 myFolder)",
|
||||
"folderPath": "包含在工作區內的檔案路徑 (例如 /Users/Development/myFolder)",
|
||||
"appName": "例如 VS Code",
|
||||
"dirty": "若使用中的編輯器已變更,即為已變更的指示區",
|
||||
"separator": "條件式分隔符號 (' - '),只會在前後為具有值的變數時顯示",
|
||||
|
||||
Reference in New Issue
Block a user