Применение к сессии, USE заменён на checkbox

This commit is contained in:
2026-06-04 19:55:29 +03:00
parent caac16f88b
commit b6eb8026f0
10 changed files with 282 additions and 78 deletions

View File

@@ -19,4 +19,6 @@ public interface IEnvironmentVariableStore
bool IsPersistedInUserStore(string name);
void RemoveFromUserStore(string name);
EnvironmentReloadResult ReloadEnvironment();
}