fix(doctor): quote paths and respect version channels in fix messages
This commit is contained in:
@@ -77,3 +77,7 @@ export async function getLatestPluginVersion(currentVersion: string | null): Pro
|
||||
const channel = extractChannel(currentVersion)
|
||||
return getLatestVersion(channel)
|
||||
}
|
||||
|
||||
export function getSuggestedInstallTag(currentVersion: string | null): string {
|
||||
return extractChannel(currentVersion)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user