mirror of
https://gitea.toothfairyai.com/ToothFairyAI/tf_code.git
synced 2026-03-31 22:32:28 +00:00
chore: format code
This commit is contained in:
@@ -44,10 +44,7 @@ export namespace Ide {
|
||||
}
|
||||
|
||||
export function alreadyInstalled() {
|
||||
return (
|
||||
process.env["OPENCODE_CALLER"] === "vscode" ||
|
||||
process.env["OPENCODE_CALLER"] === "vscode-insiders"
|
||||
)
|
||||
return process.env["OPENCODE_CALLER"] === "vscode" || process.env["OPENCODE_CALLER"] === "vscode-insiders"
|
||||
}
|
||||
|
||||
export async function install(ide: (typeof SUPPORTED_IDES)[number]["name"]) {
|
||||
|
||||
Reference in New Issue
Block a user