Difference between revisions of "VMS IDE Commands"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "To invoke the commands, press <code>F1</code> in the Visual Studio Code editor and start typing the command. 800px|thumb|none|VMS IDE Commands =...")
 
Line 16: Line 16:
 
* <code>'''VMS-IDE: Upload all via Zip'''</code> - Upload project files using Zip
 
* <code>'''VMS-IDE: Upload all via Zip'''</code> - Upload project files using Zip
 
* <code>'''VMS-IDE: Download system headers'''</code> - Download system headers from VMS
 
* <code>'''VMS-IDE: Download system headers'''</code> - Download system headers from VMS
 +
 +
[[Category:VMS IDE]]

Revision as of 08:35, 31 March 2019

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

VMS IDE Commands

Commands

  • VMS-IDE: Terminal - Open VMS terminal (Ctrl+F6)
  • VMS-IDE: Edit ssh-helper settings - Edit connection settings
  • VMS-IDE: Edit OpenVMS project settings - Edit project settings
  • VMS-IDE: Change CR/LF for all source files - Change CRLF to LF for all source files
  • VMS-IDE: Create MMS - Create default MMS
  • VMS-IDE: Build on VMS - Build project on VMS with its dependencies
  • VMS-IDE: Re-build on VMS - Rebuild project on VMS with its dependencies
  • VMS-IDE: Clean project - Clean project, delete files from output folder
  • VMS-IDE: Synchronize project file with VMS - Syncronize project files with VMS
  • VMS-IDE: Force synchronized status - Force synchronized status
  • VMS-IDE: Force built status - Force built status
  • VMS-IDE: Upload all via Zip - Upload project files using Zip
  • VMS-IDE: Download system headers - Download system headers from VMS