Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type IDEIntegration ¶
type IDEIntegration struct {
// contains filtered or unexported fields
}
func NewIDEIntegration ¶
func NewIDEIntegration(projectPath string) *IDEIntegration
func (*IDEIntegration) SyncIDEDebugIntegrations ¶
func (r *IDEIntegration) SyncIDEDebugIntegrations(ctx context.Context, ports map[string]*DebugInfo)
SyncIDEDebugIntegrations will sync the local IDE debug configurations for the given project path. This is a bit of a hack to prove out the concept of local debugging.
Click to show internal directories.
Click to hide internal directories.