Difference between revisions of "VMS IDE Tips"

From VSI OpenVMS Wiki
Jump to: navigation, search
(Created page with "Tip & Tricks")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
Tip & Tricks
+
== 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'''.
 +
: [[File:Force-sync-1.png|800px|thumb|none|Force-sync]]
 +
 
 +
 
 +
[[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