The VS Code Multi-Target Application (MTA) tools extension is a VS Code extension for development of multi-target applications. It can be used to build multitarget applications using the Cloud MTA Build Tool and to deploy the build result to Cloud Foundry. The extension is being developed and currently contains limited features.
Make sure that you are familiar with the multi-target application concept and terminology. For background and detailed information, see Multi-Target Application Model.
Make sure the following tools are installed in your environment:
GNU Make 4.2.1
or later to build MTA project.- Cloud MTA Build Tool to build MTA project.
- Cloud Foundry CLI to work with Cloud Foundry.
- MultiApps CF CLI Plugin to deploy MTA archive to Cloud Fountry.
Import the extension into your Visual Studio Code.
Run npm install
to install all the needed dependencies.
Contributions are greatly appreciated. See CONTRIBUTING.md for details.
Please report here on any issue.
Copyright (c) 2019 SAP SE or an SAP affiliate company. All rights reserved.
This file is licensed under the Apache 2.0 License except as noted otherwise in the LICENSE file.