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 ¶
InstallResult represents the result of a VS Code extension installation
func InstallExtension ¶
func InstallExtension() InstallResult
InstallExtension attempts to install the MoMorph VS Code extension
Click to show internal directories.
Click to hide internal directories.