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

CanLaunchAsync() public method

public CanLaunchAsync ( DebugLaunchOptions launchOptions ) : Task
launchOptions DebugLaunchOptions
return Task
        public override Task<bool> CanLaunchAsync(DebugLaunchOptions launchOptions) {
            return Task.FromResult(true);
        }