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:
Karl Burtram
2017-12-15 15:38:57 -08:00
committed by GitHub
parent 271b3a0b82
commit 6ad0df0e3e
7118 changed files with 107999 additions and 56466 deletions

View File

@@ -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.
{

View File

@@ -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": "條件式分隔符號 (' - '),只會在前後為具有值的變數時顯示",