Improve code comments

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Jack Ye 2026-02-21 20:32:41 +08:00 committed by GitHub
parent 57fde0a2f3
commit bfed5168f0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ namespace Flow.Launcher.Core.ExternalPlugins.Environments
}
/// <summary>
/// Resolves the configured plugin settings file path to an absolute path.
/// Resolves the configured runtime executable path to an absolute path.
/// Supports both absolute paths and relative paths (relative to ProgramDirectory).
/// </summary>
private string ResolvedPluginsSettingsFilePath => DataLocation.ResolveAbsolutePath(PluginsSettingsFilePath);