Initial VS Code 1.19 source merge (#571)

* Initial 1.19 xcopy

* Fix yarn build

* Fix numerous build breaks

* Next batch of build break fixes

* More build break fixes

* Runtime breaks

* Additional post merge fixes

* Fix windows setup file

* Fix test failures.

* Update license header blocks to refer to source eula
This commit is contained in:
Karl Burtram
2018-01-28 23:37:17 -08:00
committed by GitHub
parent 9a1ac20710
commit 251ae01c3e
8009 changed files with 93378 additions and 35634 deletions

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -0,0 +1,12 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"secondInstanceNoResponse": "{0}의 다른 인스턴스가 실행 중이지만 응답하지 않음",
"secondInstanceNoResponseDetail": "다른 인스턴스를 모두 닫고 다시 시도하세요.",
"secondInstanceAdmin": "{0}의 두 번째 인스턴스가 이미 관리자 권한으로 실행되고 있습니다.",
"secondInstanceAdminDetail": "다른 인스턴스를 닫고 다시 시도하세요.",
"close": "닫기(&&C)"
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
@@ -22,12 +22,12 @@
"miQuit": "{0} 종료",
"miNewFile": "새 파일(&&N)",
"miOpen": "열기(&&O)...",
"miOpenWorkspace": "작업 영역 열기(&O)...",
"miOpenWorkspace": "작업 영역 열기(&&K)...",
"miOpenFolder": "폴더 열기(&&F)...",
"miOpenFile": "파일 열기(&&O)...",
"miOpenRecent": "최근 항목 열기(&&R)",
"miSaveWorkspaceAs": "다른 이름으로 작업 영역 저장(&S)...",
"miAddFolderToWorkspace": "작업 영역에 폴더 추가(&&A)",
"miSaveWorkspaceAs": "작업 영역을 다른 이름으로 저장",
"miAddFolderToWorkspace": "작업 영역에 폴더 추가(&&D)...",
"miSave": "저장(&&S)",
"miSaveAs": "다른 이름으로 저장(&&A)...",
"miSaveAll": "모두 저장(&&L)",
@@ -157,7 +157,7 @@
"mMergeAllWindows": "모든 창 병합",
"miToggleDevTools": "개발자 도구 설정/해제(&&T)",
"miAccessibilityOptions": "접근성 옵션(&&O)",
"miReportIssues": "문제 보고(&&I)",
"miReportIssue": "문제 보고(&&I)",
"miWelcome": "시작(&&W)",
"miInteractivePlayground": "대화형 실습(&&I)",
"miDocumentation": "설명서(&&D)",
@@ -184,6 +184,7 @@
"miDownloadingUpdate": "업데이트를 다운로드하는 중...",
"miInstallingUpdate": "업데이트를 설치하는 중...",
"miCheckForUpdates": "업데이트 확인...",
"aboutDetail": "\n버전 {0}\n커밋 {1}\n날짜 {2}\n셸 {3}\n렌더러 {4}\n노드 {5}\n아키텍처 {6}",
"okButton": "확인"
"aboutDetail": "버전 {0}\n커밋 {1}\n날짜 {2}\n셸 {3}\n렌더러 {4}\n노드 {5}\n아키텍처 {6}",
"okButton": "확인",
"copy": "복사(&&C)"
}

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{

View File

@@ -1,6 +1,6 @@
/*---------------------------------------------------------------------------------------------
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the Source EULA. See License.txt in the project root for license information.
* Licensed under the MIT License. See License.txt in the project root for license information.
*--------------------------------------------------------------------------------------------*/
// Do not edit this file. It is machine generated.
{
@@ -8,6 +8,7 @@
"notInstalled": "'{0}' 확장이 설치되어 있지 않습니다.",
"useId": "게시자를 포함한 전체 확장 ID(예: {0})를 사용하세요.",
"successVsixInstall": "확장 '{0}'이(가) 설치되었습니다!",
"cancelVsixInstall": "'{0}' 확장 설치를 취소했습니다.",
"alreadyInstalled": "'{0}' 확장이 이미 설치되어 있습니다.",
"foundExtension": "마켓플레이스에서 '{0}'을(를) 찾았습니다.",
"installing": "설치 중...",