Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>sr-ifs-mirrorNew to Visual Studio Code? Get it now.
sr-ifs-mirror

sr-ifs-mirror

Steve Richter

|
81 installs
| (0) | Free
mirror xxx i eee folder on PC
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

sr-ifs-mirror. Steve Richter vscode extension. Version 1.1.2.

Mirror IBM i IFS folders onto this PC.

Features

Mirrors ( 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 up

The 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 IFS

To 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 log

To 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.

Requirements

If you have any requirements or dependencies, add a section describing those and how to install and configure them.

Extension Settings

Include if your extension adds any VS Code settings through the contributes.configuration extension point.

For example:

This extension contributes the following settings in the IBM i IFS Mirror section:

  • sr_ifs_mirror.mirror_hold: Halt mirroring of all IFS folders mirrored by this extension.

Known Issues

Calling out known issues can help limit users opening duplicate issues against your extension.

Release Notes

Users appreciate release notes as you update your extension.

1.0.0

Initial release of ...

1.0.1

Fixed issue #.

1.1.0

Added features X, Y, and Z.


Working with Markdown

Note: You can author your README using Visual Studio Code. Here are some useful editor keyboard shortcuts:

  • Split the editor (Cmd+\ on macOS or Ctrl+\ on Windows and Linux)
  • Toggle preview (Shift+CMD+V on macOS or Shift+Ctrl+V on Windows and Linux)
  • Press Ctrl+Space (Windows, Linux) or Cmd+Space (macOS) to see a list of Markdown snippets

For more information

  • Visual Studio Code's Markdown Support
  • Markdown Syntax Reference

Enjoy!

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft