2 writes to IsDevcontainer
Aspire.Hosting (2)
Devcontainers\DevcontainersOptions.cs (2)
31
options.
IsDevcontainer
= false;
35
options.
IsDevcontainer
= true;
2 references to IsDevcontainer
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)