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.
{
@@ -33,8 +33,10 @@
"command.checkout": "Estrai in...",
"command.branch": "Crea ramo...",
"command.deleteBranch": "Elimina ramo...",
"command.renameBranch": "Rinomina Branch...",
"command.merge": "Merge ramo...",
"command.createTag": "Crea tag",
"command.fetch": "Fetch",
"command.pull": "Esegui pull",
"command.pullRebase": "Esegui pull (Riassegna)",
"command.pullFrom": "Pull da...",
@@ -42,9 +44,11 @@
"command.pushTo": "Esegui push in...",
"command.pushWithTags": "Esegui push con tag",
"command.sync": "Sincronizza",
"command.syncRebase": "Sincronizza (Rebase)",
"command.publish": "Pubblica ramo",
"command.showOutput": "Mostra output GIT",
"command.ignore": "Aggiungi file a .gitignore",
"command.stashIncludeUntracked": "Stash (includi non tracciate)",
"command.stash": "Accantona",
"command.stashPop": "Preleva accantonamento...",
"command.stashPopLatest": "Preleva accantonamento più recente",
@@ -57,6 +61,7 @@
"config.countBadge": "Controlla il contatore delle notifiche git. Con `all` vengono conteggiate tutte le modifiche. Con `tracked` vengono conteggiate solo le revisioni. Con `off` il contatore è disattivato.",
"config.checkoutType": "Controlla il tipo di branch mostrati eseguendo il comando `Checkout in...`. `all` mostra tutti i refs, `local` mostra solamente i branch locali, `tags` mostra solamente i tag e `remote` mostra solamente i branch remoti.",
"config.ignoreLegacyWarning": "Ignora l'avvertimento legacy di Git",
"config.ignoreMissingGitWarning": "Ignora il messaggio di avviso quando manca Git",
"config.ignoreLimitWarning": "Ignora il messaggio di avviso quando ci sono troppi cambiamenti in un repository",
"config.defaultCloneDirectory": "Il percorso predefinito dove clonare un repository GIT",
"config.enableSmartCommit": "Eseguire il commit di tutte le modifiche quando non ci sono modifiche preparate.",