sr-ifs-mirror. Steve Richter vscode extension. Version 1.1.2.Mirror IBM i IFS folders onto this PC. FeaturesMirrors ( maintains a copy ) an IBM i IFS folder onto the file system of the PC running this extension. A json file named '.ifs-mirror.json' is placed in a PC directory. The 'ifsFolder' property of this json file specifies the name of the IBM i IFS folder which is to be mirrored into the PC folder that contains the .json file. Other properties in the .json file specify names of files and folders to be ignored ( not mirrored ), whether mirroring of the IFS folder should be halted, etc. Mirroring starts when a project is opened. Files are copied from the IFS which do not exist on the PC and which have a modified time that does not match that of the PC file. Text documents edited and saved in the VSCODE editor are copied up to the IFS folder after VSCODE saves the text document. sync upThe extension automatically syncs IFS files down to the mirror folder on the PC. But it does not automatically sync up to the IFS. To sync a file or folder up to the IFS, right click the item in the file explorer panel. Click the "sync up to IFS" option. delete from the IFSTo delete a file or folder from both the current project and the corresponding IFS directory, delete from the vscode file explorer as normal. The extension prompt if the file should be deleted from the IFS also. Respond to the prompt with a Y to delete from the IFS. activity logTo see the log which lists names of IFS files and folders mirrored between the IBM i IFS and PC file system, click the output tab and then select "ifs-mirror" from drop down list of output logs. RequirementsIf you have any requirements or dependencies, add a section describing those and how to install and configure them. Extension SettingsInclude if your extension adds any VS Code settings through the For example: This extension contributes the following settings in the IBM i IFS Mirror section:
Known IssuesCalling out known issues can help limit users opening duplicate issues against your extension. Release NotesUsers appreciate release notes as you update your extension. 1.0.0Initial release of ... 1.0.1Fixed issue #. 1.1.0Added features X, Y, and Z. Working with MarkdownNote: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:
For more informationEnjoy! |