Microsoft.VisualStudio.R.Package.ProjectSystem.RDebugLaunchProvider.GetRemoteSettingsFile C# (CSharp) Method

GetRemoteSettingsFile() private method

private GetRemoteSettingsFile ( string localSettingsPath, string localProjectPath, string remoteProjectPath ) : string
localSettingsPath string
localProjectPath string
remoteProjectPath string
return string
        private string GetRemoteSettingsFile(string localSettingsPath, string localProjectPath, string remoteProjectPath) {
            return remoteProjectPath + localSettingsPath.Remove(0, localSettingsPath.Length);
        }