/*--------------------------------------------------------------------------------------------- * Copyright (c) Microsoft Corporation. All rights reserved. * Licensed under the MIT License. See License.txt in the project root for license information. *--------------------------------------------------------------------------------------------*/ import { escape } from 'vs/base/common/strings'; import { localize } from 'vs/nls'; export default () => `

${escape(localize('welcomePage.vscode', "Visual Studio Code"))}

${escape(localize({ key: 'welcomePage.editingEvolved', comment: ['Shown as subtitle on the Welcome page.'] }, "Editing evolved"))}

${escape(localize('welcomePage.customize', "Customize"))}

${escape(localize('welcomePage.learn', "Learn"))}

`;