Installation Guide
This guide will walk you through installing the z/TPF VS Code Extension.
Table of Contents
- Installation Guide
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 VS Code Marketplace (Recommended)
- Open Visual Studio Code
- Click on the Extensions icon in the Activity Bar (or press
Ctrl+Shift+X/Cmd+Shift+X) - Search for “z/TPF” in the search bar
- Click Install on the z/TPF VS Code Extension
- Reload VS Code when prompted
Method 2: Install from VSIX File
If you have a .vsix file:
- Open Visual Studio Code
- Go to Extensions view (
Ctrl+Shift+X/Cmd+Shift+X) - Click the “…“ menu at the top of the Extensions view
- Select “Install from VSIX…“
- Navigate to and select the
.vsixfile - Reload VS Code when prompted
Method 3: Install via Command Line
code --install-extension JoshuaRichey.ztpf-vscode
Verify Installation
After installation, verify the extension is active:
- Open the Extensions view
- Search for “z/TPF” in the installed extensions
- You should see the extension listed with a green checkmark
- Check the status bar for z/TPF indicators
Initial Configuration
After installation, you’ll need to configure the extension:
- Open VS Code Settings (
Ctrl+,/Cmd+,) - Search for “z/TPF”
- Configure the following settings:
- Host: Your z/TPF system hostname or IP address
- Port: Connection port (default: 22)
- Username: Your z/TPF username
- Workspace Path: Remote workspace directory
See the Configuration Guide for detailed setup instructions.
Troubleshooting
Extension Not Loading
If the extension doesn’t load:
- Check the Output panel (
View > Output) - Select “z/TPF Extension” from the dropdown
- Review any error messages
- Ensure VS Code is up to date
Connection Issues
If you can’t connect to your z/TPF system:
- Verify network connectivity to the host
- Check firewall settings
- Confirm credentials are correct
- Review the Configuration Guide
Getting Help
If you encounter issues:
- Check the GitHub Issues page
- Review existing issues or create a new one
- Include VS Code version, extension version, and error logs
Updating the Extension
The extension will automatically check for updates. To manually update:
- Open the Extensions view
- Find the z/TPF extension
- Click Update if available
- Reload VS Code when prompted
Uninstallation
To remove the extension:
- Open the Extensions view
- Find the z/TPF extension
- Click the gear icon
- Select Uninstall
- Reload VS Code when prompted
Next Steps
- Getting Started Guide - Learn the basics
- Configuration Guide - Set up your environment
- Features Overview - Explore capabilities