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