VMS IDE Developing
Revision as of 15:05, 28 March 2019 by Andrey.logachev (talk | contribs) (Created page with "=Developing= ==Syncing Source Code== When you start working on a project that resides on an OpenVMS machine, you need to download source files to your local machine. For this...")
Contents
Developing
Syncing Source Code
When you start working on a project that resides on an OpenVMS machine, you need to download source files to your local machine. For this,
- Change the
downloadNewFiles
option to "overwrite" or "edit" - Run "VMS-IDE: Synchronize project files with VMS" command
- After all project files are downloaded, change the
downloadNewFiles
option to "skip" or "edit" to prevent silent overwriting of local files.
Managing Project Source Files
You can view and edit all project files from the Explorer view of Visual Studio Code.
Managing the Project
You can manage your VMS project from the Project Explorer view. To open the view, click Project Explorer icon on the Activity Bar
Managing Dependencies
Use the Project Dependencies panel to manage project dependencies.
Assuming that you want to add "Project B" to "Project A" dependencies,
- Select "Project A" in the Project Dependencies panel
- Right-click "Project B", and select "Add in dependencies to selected" item from the context menu.