VMS IDE Project Configuration
Contents
Workspace
When starting working with VMS IDE, you need to configure your workspace and select the type of configuration that will be used for the project.
Project folder
- Create a folder on your machine.
- In Visual Studio Code, click the Explorer icon (
Ctrl+Shift+E
) in the Activity Bar - Click Open Folder and select the previously created folder.
End of line
- Open Visual Studio Code settings (
Ctrl+,
) - Navigate to Text Editor > Files > Eol (The default end of line character) and set it to \n (LF).
Type of configuration
- Open Visual Studio Code settings (
Ctrl+,
) - Navigate to Extensions > VMS-IDE > Config-helper › Settings: Using, and select one of the options.
- FS - save settings in local JSON files.
- VFS - save setting in VS Code virtual file system.
- VCS - manage settings using VS Code provided API.
- Press
F1
and run "Reload window" command or close Visual Studio Code and open it again.
NOTE: Changing the type of configuration does not copy existing settings from one location to another.
Project Configuration
To open the project settings, press F1
and run VMS-IDE: Edit OpenVMS project settings
command or use Project Explorer view.
Adjusting Settings
The configuration procedure varies depending on the selected type of configuration.
FS or VFS
If you selected FS or VFS type of configuration, the Edit command loads current settings from memory and saves it to vmssoftware.synchronizer-settings.json file, then opens the file for editing.
VCS
If you selected VSC type of configuration, the Edit command opens Workspace settings. Navigate to Synchronizer section and adjust the settings.
Settings description
The settings are split into two sections:
- Project - general project settings
- Synchronize - synchronizer specific settings
SSH Configuration
SSH connection to an OpenVMS machine is required for syncing source files, building and debugging projects. To open SSH settings, press F1
and run VMS-IDE: Edit ssh-helper settings
command or use Project Explorer view.
NOTE: Similar to Project settings, SSH configuration process depends on the selected configuration type.
Settings description
See SSH settings for more information.