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