1 write to _configuration
aspire (1)
Commands\RunCommand.cs (1)
105
_configuration
= configuration;
4 references to _configuration
aspire (4)
Commands\RunCommand.cs (4)
170
&& string.IsNullOrEmpty(
_configuration
[KnownConfigNames.ExtensionDebugSessionId]))
285
var isRemoteContainers = string.Equals(
_configuration
["REMOTE_CONTAINERS"], "true", StringComparison.OrdinalIgnoreCase);
286
var isSshRemote =
_configuration
["VSCODE_IPC_HOOK_CLI"] is not null
287
&&
_configuration
["SSH_CONNECTION"] is not null;