mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
remove support for workspace extensions and migrations (#11324)
This commit is contained in:
@@ -9,7 +9,6 @@ import * as fs from 'node:fs';
|
||||
import * as os from 'node:os';
|
||||
import * as path from 'node:path';
|
||||
import {
|
||||
ExtensionStorage,
|
||||
annotateActiveExtensions,
|
||||
loadExtension,
|
||||
} from '../../config/extension.js';
|
||||
@@ -117,7 +116,7 @@ describe('useExtensionUpdates', () => {
|
||||
const extension = annotateActiveExtensions(
|
||||
[loadExtension({ extensionDir, workspaceDir: tempHomeDir })!],
|
||||
tempHomeDir,
|
||||
new ExtensionEnablementManager(ExtensionStorage.getUserExtensionsDir()),
|
||||
new ExtensionEnablementManager(),
|
||||
)[0];
|
||||
|
||||
const addItem = vi.fn();
|
||||
@@ -190,7 +189,7 @@ describe('useExtensionUpdates', () => {
|
||||
})!,
|
||||
],
|
||||
tempHomeDir,
|
||||
new ExtensionEnablementManager(ExtensionStorage.getUserExtensionsDir()),
|
||||
new ExtensionEnablementManager(),
|
||||
);
|
||||
|
||||
const addItem = vi.fn();
|
||||
|
||||
Reference in New Issue
Block a user