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)
55if (!_devcontainersOptions.Value.IsDevcontainer && !_codespacesOptions.Value.IsCodespace && !_sshRemoteOptions.Value.IsSshRemote)
Devcontainers\DevcontainerSettingsWriter.cs (1)
222else if (devcontainerOptions.Value.IsDevcontainer || sshRemoteOptions.Value.IsSshRemote)
Aspire.Hosting.Tests (5)
Devcontainers\SshRemoteOptionsTests.cs (5)
31Assert.True(options.IsSshRemote); 52Assert.False(options.IsSshRemote); 73Assert.False(options.IsSshRemote); 95Assert.False(options.IsSshRemote); 110Assert.False(options.IsSshRemote);