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

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

${escape(localize('welcomePage.editingEvolved', "Editing evolved"))}

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

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

`;