Add custom open command override

This commit is contained in:
2026-03-28 12:47:37 +01:00
parent 8e369ebd5a
commit c5695af7fd
3 changed files with 91 additions and 4 deletions

View File

@@ -12,7 +12,8 @@ const appName = "luxtools-client"
// Config stores client configuration loaded from disk.
type Config struct {
PathMap map[string]string `json:"path_map"`
PathMap map[string]string `json:"path_map"`
OpenLocationCommand string `json:"open_location_command,omitempty"`
}
// ConfigPath returns the full path to the config.json file.