1 write to IsSshRemote
Aspire.Hosting (1)
Devcontainers\SshRemoteOptions.cs (1)
34options.IsSshRemote = hasVscodeIpcHook && hasSshConnection;
7 references to IsSshRemote
Aspire.Hosting (2)
Devcontainers\DevcontainerPortForwardingLifecycleHook.cs (1)
31if (!_devcontainersOptions.Value.IsDevcontainer && !_codespacesOptions.Value.IsCodespace && !_sshRemoteOptions.Value.IsSshRemote)
Devcontainers\DevcontainerSettingsWriter.cs (1)
152else if (devcontainerOptions.Value.IsDevcontainer || sshRemoteOptions.Value.IsSshRemote)
Aspire.Hosting.Tests (5)
Devcontainers\SshRemoteOptionsTests.cs (5)
30Assert.True(options.IsSshRemote); 51Assert.False(options.IsSshRemote); 72Assert.False(options.IsSshRemote); 94Assert.False(options.IsSshRemote); 109Assert.False(options.IsSshRemote);