Difference between revisions of "VMS IDE Commands"
(→Commands) |
m |
||
Line 3: | Line 3: | ||
=Commands= | =Commands= | ||
− | * <code>'''VMS-IDE: Terminal'''</code> - | + | * <code>'''VMS-IDE: Terminal'''</code> - OpenVMS terminal (<code>Ctrl+F6</code>) |
* <code>'''VMS-IDE: Edit ssh-helper settings'''</code> - Edit connection settings | * <code>'''VMS-IDE: Edit ssh-helper settings'''</code> - Edit connection settings | ||
* <code>'''VMS-IDE: Edit OpenVMS project settings'''</code> - Edit project settings | * <code>'''VMS-IDE: Edit OpenVMS project settings'''</code> - Edit project settings | ||
Line 12: | Line 12: | ||
* <code>'''VMS-IDE: Clean project'''</code> - Clean project, delete files from output folder | * <code>'''VMS-IDE: Clean project'''</code> - Clean project, delete files from output folder | ||
* <code>'''VMS-IDE: Upload all'''</code> - 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. | * <code>'''VMS-IDE: Upload all'''</code> - 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. | ||
− | * <code>'''VMS-IDE: Synchronize project file with VMS'''</code> - | + | * <code>'''VMS-IDE: Synchronize project file with VMS'''</code> - Synchronize project files with VMS |
* <code>'''VMS-IDE: Force synchronized status'''</code> - Force synchronized status | * <code>'''VMS-IDE: Force synchronized status'''</code> - Force synchronized status | ||
* <code>'''VMS-IDE: Force built status'''</code> - Force built status | * <code>'''VMS-IDE: Force built status'''</code> - Force built status |
Revision as of 06:12, 7 May 2019
To invoke the commands, press F1
in the Visual Studio Code editor and start typing the command.
Commands
VMS-IDE: Terminal
- OpenVMS terminal (Ctrl+F6
)VMS-IDE: Edit ssh-helper settings
- Edit connection settingsVMS-IDE: Edit OpenVMS project settings
- Edit project settingsVMS-IDE: Change CR/LF for all source files
- Change CRLF to LF for all source filesVMS-IDE: Create MMS
- Create default MMSVMS-IDE: Build on VMS
- Build project on VMS with its dependenciesVMS-IDE: Re-build on VMS
- Rebuild project on VMS with its dependenciesVMS-IDE: Clean project
- Clean project, delete files from output folderVMS-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: Synchronize project file with VMS
- Synchronize project files with VMSVMS-IDE: Force synchronized status
- Force synchronized statusVMS-IDE: Force built status
- Force built statusVMS-IDE: Upload all via Zip
- Upload project files using ZipVMS-IDE: Download system headers
- Download system headers from VMS