Add extensions enable command (#7042)

Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com>
This commit is contained in:
christine betts
2025-08-26 15:49:00 +00:00
committed by GitHub
parent 0324dc2eb2
commit 51bb624d45
4 changed files with 132 additions and 1 deletions

View File

@@ -475,6 +475,10 @@ export function disableExtension(
}
}
export function enableExtension(name: string, scopes: SettingScope[]) {
removeFromDisabledExtensions(name, scopes);
}
/**
* Removes an extension from the list of disabled extensions.
* @param name The name of the extension to remove.