Difference between revisions of "VMS IDE Commands"
m |
|||
Line 10: | Line 10: | ||
* <code>'''VMS-IDE: Build on VMS'''</code> - Build project on VMS with its dependencies | * <code>'''VMS-IDE: Build on VMS'''</code> - Build project on VMS with its dependencies | ||
* <code>'''VMS-IDE: Re-build on VMS'''</code> - Rebuild project on VMS with its dependencies | * <code>'''VMS-IDE: Re-build on VMS'''</code> - Rebuild project on VMS with its dependencies | ||
+ | * <code>'''VMS-IDE: Build only this project'''</code> - Build only the selected project on VMS (Ctrl+Alt+F7) | ||
+ | * <code>'''VMS-IDE: Re-build only this project'''</code> - Rebuild only the selected project on VMS | ||
* <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. | ||
Line 17: | Line 19: | ||
* <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 | ||
+ | * <code>'''VMS-IDE: Quick synchronization'''</code> - Perform changes on the remote machine made on the local machine since the extension started. | ||
[[Category:VMS IDE]] | [[Category:VMS IDE]] |
Revision as of 10:56, 11 June 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: Build only this project
- Build only the selected project on VMS (Ctrl+Alt+F7)VMS-IDE: Re-build only this project
- Rebuild only the selected project on VMSVMS-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 VMSVMS-IDE: Quick synchronization
- Perform changes on the remote machine made on the local machine since the extension started.