Difference between revisions of "VMS IDE Tips"

From VSI OpenVMS Wiki
Jump to: navigation, search
 
Line 1: Line 1:
 
== Tip & Tricks ==
 
== Tip & Tricks ==
  
* When VS Code opens project, the source code is in '''undefined''' synchronization state. If you are sure your code on VMS is the same as on PC, you may execute command '''Force synchronized status'''. This command operates only with project selected in '''Project explorer'''.
+
; Force synchronized status
[[File:Force-sync-1.png|frame|none|Force-sync]]
+
: When VS Code opens a project, the source code is in '''undefined''' synchronization state. If you are sure your code on the VMS system is the same as on your PC, you may run the '''Force synchronized status''' command.  
 +
: This command operates only with the project selected in the '''Project explorer'''.
 +
: [[File:Force-sync-1.png|800px|thumb|none|Force-sync]]
  
  
 
[[Category:VMS IDE]]
 
[[Category:VMS IDE]]

Latest revision as of 07:42, 20 November 2019

Tip & Tricks

Force synchronized status
When VS Code opens a project, the source code is in undefined synchronization state. If you are sure your code on the VMS system is the same as on your PC, you may run the Force synchronized status command.
This command operates only with the project selected in the Project explorer.
Force-sync