Merge VS Code 1.21 source code (#1067)

* Initial VS Code 1.21 file copy with patches

* A few more merges

* Post npm install

* Fix batch of build breaks

* Fix more build breaks

* Fix more build errors

* Fix more build breaks

* Runtime fixes 1

* Get connection dialog working with some todos

* Fix a few packaging issues

* Copy several node_modules to package build to fix loader issues

* Fix breaks from master

* A few more fixes

* Make tests pass

* First pass of license header updates

* Second pass of license header updates

* Fix restore dialog issues

* Remove add additional themes menu items

* fix select box issues where the list doesn't show up

* formatting

* Fix editor dispose issue

* Copy over node modules to correct location on all platforms
This commit is contained in:
Karl Burtram
2018-04-04 15:27:51 -07:00
committed by GitHub
parent 5fba3e31b4
commit dafb780987
9412 changed files with 141255 additions and 98813 deletions

View File

@@ -1,9 +1,13 @@
/*---------------------------------------------------------------------------------------------
* 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.
{
"": [
"--------------------------------------------------------------------------------------------",
"Copyright (c) Microsoft Corporation. All rights reserved.",
"Licensed under the Source EULA. See License.txt in the project root for license information.",
"--------------------------------------------------------------------------------------------",
"Do not edit this file. It is machine generated."
],
"displayName": "Git",
"description": "Git SCM 통합",
"command.clone": "복제",
"command.init": "리포지토리 초기화",
"command.close": "리포지토리 닫기",
@@ -54,6 +58,7 @@
"command.stashPopLatest": "최신 슬래시 표시",
"config.enabled": "Git 사용 여부",
"config.path": "Git 실행 파일의 경로",
"config.autoRepositoryDetection": "리포지토리가 자동 감지되어야 하는지 여부",
"config.autorefresh": "자동 새로 고침 사용 여부",
"config.autofetch": "자동 가져오기 사용 여부",
"config.enableLongCommitWarning": "긴 커밋 메시지에 대해 경고할지 여부입니다.",
@@ -68,9 +73,14 @@
"config.enableCommitSigning": "GPG를 사용한 커밋 서명을 사용하도록 설정합니다.",
"config.discardAllScope": "`모든 변경 내용 취소` 명령으로 취소되는 변경 내용을 제어합니다. `all`이면 모든 변경 내용을 취소합니다. `tracked`이면 추적된 파일만 취소합니다. `prompt`이면 작업을 실행할 때마다 프롬프트 대화 상자를 표시합니다.",
"config.decorations.enabled": "Git에서 색과 배지를 탐색기와 열려 있는 편집기 뷰에 적용하는지 제어합니다.",
"config.promptToSaveFilesBeforeCommit": "Git가 제출(commit)하기 전에 저장되지 않은 파일을 검사할지를 제어합니다. ",
"config.showInlineOpenFileAction": "Git 변경점 보기에서 파일 열기 동작 줄을 표시할지의 여부를 제어합니다.",
"config.inputValidation": "커밋 메시지 입력 유효성 검사를 언제 표시할지 제어합니다.",
"config.detectSubmodules": "Git 하위 모듈을 자동으로 검색할지 여부를 제어합니다.",
"colors.modified": "수정된 리소스의 색상입니다.",
"colors.deleted": "삭제된 리소스의 색상입니다.",
"colors.untracked": "추적되지 않은 리소스의 색상입니다.",
"colors.ignored": "무시된 리소스의 색상입니다.",
"colors.conflict": "충돌이 발생한 리소스의 색상입니다."
"colors.conflict": "충돌이 발생한 리소스의 색상입니다.",
"colors.submodule": "서브모듈 자원의 색상"
}