Software Requirements
The
Rocket COBOL extension for
Visual Studio Code has the following requirements:
- Microsoft's
Visual Studio Code must be installed. For the
Visual Studio Code requirements, see its product documentation.
- For local application development - a machine that has Windows or Linux installed. macOS is not supported.
- For remote development - the remote machine onto which you will install the
Rocket COBOL extension must be running Windows or Linux. The local machine on which you run
Visual Studio Code itself can be any platform that
Visual Studio Code supports.
- See
Additional Software Requirements for software that some of the extension's functionality depends on.
Downloading
You can download the
Rocket COBOL extension from the
Visual Studio Marketplace -
click here.
Installing
You can install the
Rocket COBOL extension for the first time directly from the
Visual Studio Marketplace:
- In
Visual Studio Code, click
View > Extensions.
- Enter
Rocket COBOL in the search extensions field.
- Click
Install in the extension description.
Alternatively, if you have downloaded the
.vsix file of the extension:
- In
Visual Studio Code, click
View > Extensions.
- Click
... in the Extensions bar, and click
Install from VSIX.
- Navigate to and select the extension
.vsix file on your machine, and click
Install.
After Installing
After installing, you might need to configure the extension before you can edit, compile, and debug applications. For example:
- Specify any configuration details, and any paths to required software in the extension settings - see
Configuring.
- Register COBOL support for the .NET Core debugger or the Java Language Server, if you want to debug .NET COBOL or JVM COBOL
programs, respectively. See
Debugging .NET COBOL projects or
Debugging JVM COBOL Projects.
Updating
- In
Visual Studio Code, click
View > Extensions.
- Enter
Rocket COBOL in the search extensions field.
- Click
(Manage) for the extension, and click
Install Another Version.
Note: If you install the
Rocket COBOL extension from the
Visual Studio Marketplace, updates will be installed automatically.