Installation Guide

This guide will walk you through installing the IBM z/TPF Development Visual Studio Code Extension.

Table of Contents

  1. Prerequisites
  2. Installation Methods
    1. Method 1: Install from the configured marketplace (Visual Studio Code / OpenVSX)
    2. Method 2: Install from VSIX File
  3. Verify Installation
  4. Updating the Extension
  5. Uninstallation
  6. Next Steps

Prerequisites

Before installing the extension, ensure you have:

  • Visual Studio Code version 1.75.0 or higher
  • Network access to your z/TPF development system
  • Valid credentials for z/TPF system authentication

Installation Methods

Method 1: Install from the configured marketplace (Visual Studio Code / OpenVSX)

  1. Open Visual Studio Code
  2. Click on the Extensions icon in the Activity Bar (or press Ctrl+Shift+X / Cmd+Shift+X)
  3. Search for “IBM z/TPF Development” in the search bar
  4. Click Install on the IBM z/TPF Development Visual Studio Code Extension
  5. Reload Visual Studio Code when prompted

Method 2: Install from VSIX File

If you have a .vsix file either from the OpenVSX Registry or the z/TPF download page (https://www.ibm.com/support/pages/node/618267):

  1. Open Visual Studio Code
  2. Go to Extensions view (Ctrl+Shift+X / Cmd+Shift+X)
  3. Click the “…“ menu at the top of the Extensions view
  4. Select “Install from VSIX…“
  5. Navigate to and select the .vsix file
  6. Reload Visual Studio Code when prompted

Verify Installation

After installation, verify the extension is active:

  1. Open the Extensions view
  2. Look for “IBM z/TPF Development” in the installed section
  3. Clicking the extension will open the extension page in an editor
  4. On the Feature tab in the opened editor, find the Runtime Status information.

Updating the Extension

The extension will automatically check for updates from the configured marketplace (Visual Studio Code or OpenVSX).

Otherwise, you can manually update the extension by downloading a newer version of the .vsix file and installing using the instructions above.


Uninstallation

To remove the extension:

  1. Open the Extensions view
  2. Find the IBM z/TPF Development extension
  3. Click the gear icon
  4. Select Uninstall
  5. Reload Visual Studio Code when prompted

Next Steps