WebStorm 2019.1 Help

Edit Project Path Mappings Dialog

The dialog opens when you click the Browse button next to the Path Mappings field in various cases (for example, in the Run/Debug Configuration: Node.js dialog ).

If in the current run/debug configuration you use an interpreter accessible through SFTP connection or located on a Vagrant instance, the mappings are automatically retrieved from the corresponding deployment configuration or Vagrantfile and listed in the dialog. The mappings are read-only.

  • To add a custom mapping, click the Add button and specify the path in the project and the corresponding path on the remote runtime environment in the Local Path and Remote Path fields respectively. Type the paths manually or click Open and select the relevant files or folders in the dialog that opens.

  • To remove a custom mapping, select it in the list and click the Remove button.

Last modified: 16 May 2019

See Also