Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
type Config struct {
IsSetupComplete bool `json:"is_setup_complete"`
}
Config represents the configuration for the terminal runner.
type Task ¶
type Task struct {
Name string `json:"name"` // Task name
Path string `json:"path"` // Associated project path
Cmds []string `json:"cmds"` // Commands to execute
Icon string `json:"icon"` // VSCode terminal icon
IconColor string `json:"iconColor"` // Icon color in the terminal
}
Task represents an individual task that can be executed in a VSCode terminal.
Click to show internal directories.
Click to hide internal directories.