Skip to main content

Install VSCode

VSCode install package can be found here

You need to grab the System installer

CleanShot 2024-05-02 at 16 57 00

On the ADDI Windows host, open the above link and download the latest version of VSCode for Windows.

Make sure you are connected as the Windows Administrator.

Install it to this following Path

CleanShot 2024-05-02 at 16 45 44

CleanShot 2024-05-02 at 16 47 34

VSCode Configuration

Installing IBM z/OS Developer

Install the IBM Developer for z/OS client

info

The installation process is covered in more depth here

Open the following link in a browser

https://ibm.github.io/mainframe-downloads/downloads.html

Click on the eclipse tools

CleanShot 2024-05-03 at 18 09 42

Choose your products, select the check box beside IBM Developer for z/OS and click Select. Continue to follow the instructions in the wizard prompts to choose an Aqua version, the IBM Installation Manager installation client, and a starting point.

CleanShot 2024-05-03 at 18 13 41

Select the latest Aqua version

CleanShot 2024-05-03 at 18 14 58

Select the Eclipse P2 option

CleanShot 2024-05-03 at 18 56 39

Assuming a fresh install, select Starting from fresh

CleanShot 2024-05-03 at 18 59 50

Click the Download 64-bit button

Make sure to agree to the license agreement.

Extract and install. In our instance we created a directory in C:\ called IDZ and extracted there.

CleanShot 2024-05-03 at 19 04 54

This may take a little while...

CleanShot 2024-05-03 at 19 08 48

Once extracted, navigate to the extracted folder and double click the exe:

CleanShot 2024-05-03 at 19 57 00

This will ask for a workspace directory. This tends to be user specific.

CleanShot 2024-05-03 at 19 57 55

And we're up and running!

CleanShot 2024-05-03 at 20 01 10

Pin the executable to the task bar.

CleanShot 2024-05-03 at 20 03 50

Troubleshooting

  • Problem: After IBM Z Open Editor extension installed, error shown on startup
Error: Failed to load Keytar module: libsecret-1.so.0: cannot open shared object file: No such file or directory ProfInfoErr: Failed to initialize secure credential manager   Source: Zowe Explorer (Extension)
  • Resolution: Install libsecret libraries on Ubuntu and restart VSCode
    • sudo apt install libsecret-1-dev
    • restart VSCode