VMS IDE Commands

From VSI OpenVMS Wiki
Revision as of 04:34, 22 August 2019 by Sergey.vorfolomeev (talk | contribs) (Commands)
Jump to: navigation, search

To invoke the commands, press F1 in the Visual Studio Code editor and start typing the command.

VMS IDE Commands

Commands

  • VMS-IDE: Edit VMS project settings - Edit project settings. Project Settings
  • VMS-IDE: Build on VMS - Build project on VMS with its dependencies.
  • VMS-IDE: Build only this project - Build only the selected project on VMS (Ctrl+Alt+F7).
  • VMS-IDE: Change CR/LF for all source files - Change CRLF to LF for all source files.
  • VMS-IDE: Clean project - Clean project, delete files from output folder.
  • VMS-IDE: Create MMS - Create default MMS. Auto-generating MMS
  • VMS-IDE: Download system headers - Download system headers from VMS.
  • VMS-IDE: Edit ssh-helper settings - Edit connection settings. SSH Settings
  • VMS-IDE: Force built status - Force built status.
  • VMS-IDE: Force synchronized status - Force synchronized status.
  • VMS-IDE: Quick uploading - Upload the changes made to the source code on the the local machine since the last upload/synchronization to the remote machine.
  • VMS-IDE: Re-build on VMS - Re-build project on VMS with its dependencies.
  • VMS-IDE: Re-build only this project - Re-build only the selected project on VMS.
  • VMS-IDE: Synchronize project file with VMS - Synchronize project files with VMS.
  • VMS-IDE: Terminal - OpenVMS terminal (Ctrl+F6)
  • VMS-IDE: Upload all - Upload all new and updated files from local machine to VMS. NOTE: If preferZip is set to true, the whole project will be uploaded as a ZIP file.
  • VMS-IDE: Upload all via Zip - Upload project files using Zip