Compare commits

...

2 Commits

Author SHA1 Message Date
Nate
bceaba53b4 bump version 2025-03-03 10:00:15 -08:00
Nate
6b64008f32 fix app.continue.dev profile loading 2025-03-03 09:59:55 -08:00
2 changed files with 4 additions and 1 deletions

View File

@@ -110,5 +110,8 @@ export async function useHub(
ideSettingsPromise: Promise<IdeSettings>,
): Promise<boolean> {
const ideSettings = await ideSettingsPromise;
if (ideSettings.enableControlServerBeta) {
return false;
}
return ideSettings.continueTestEnvironment !== "none";
}

View File

@@ -2,7 +2,7 @@
"name": "continue",
"icon": "media/icon.png",
"author": "Continue Dev, Inc",
"version": "1.0.1",
"version": "1.0.2",
"repository": {
"type": "git",
"url": "https://github.com/continuedev/continue"