settings.json properties for user build

You can control the characteristics of your environment by setting the following preferences in settings.json by using the JSON editor. For more information, see Accessing settings for Wazi for VS Code.

List of settings.json properties:

Property Description
zopeneditor.userbuild.userSettings Configures user settings for running a user build with IBM® Dependency Based Build. For more information, see Building COBOL, PL/I, and HLASM programs with user build.
zopeneditor.userbuild.workspaceSettings Configures workspace settings for running a user build with IBM Dependency Based Build. For more information, see Building COBOL, PL/I, and HLASM programs with user build.
zopeneditor.zowe When you run a user build with IBM Dependency Based Build, specify a Zowe CLI profile. If you use the z/OSMF API, specify a Zowe SSH profile as well. For instructions on how to set up an SSH profile, see Building COBOL, PL/I, and HLASM programs with user build. The settings format is as follows: "zopeneditor.zowe": {"defaultCliProfile": "profile", "defaultSshCliProfile": "ssh-profile"}.