Add custom open command override
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user