vscode

package
v0.2.5 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 17, 2026 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	// LatestVersionURL is the URL to fetch the latest VSIX filename
	LatestVersionURL = "https://vscode.momorph.ai/releases/latest.txt"
	// DownloadBaseURL is the base URL for downloading VSIX files
	DownloadBaseURL = "https://vscode.momorph.ai/releases/"
	// ExtensionName is the installed extension name to check
	ExtensionName = "momorph.vscode-morpheus"
	// HTTPTimeout is the timeout for HTTP requests
	HTTPTimeout = 30 * time.Second
)

Variables

This section is empty.

Functions

This section is empty.

Types

type InstallResult

type InstallResult struct {
	Installed bool
	Message   string
	Error     error
}

InstallResult represents the result of a VS Code extension installation

func InstallExtension

func InstallExtension() InstallResult

InstallExtension attempts to install the MoMorph VS Code extension

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL