refactor: rename config namespace from aiCommit to zemit
This commit is contained in:
+1
-1
@@ -13,7 +13,7 @@ export function activate(context: vscode.ExtensionContext): void {
|
||||
}
|
||||
|
||||
async function selectModel(): Promise<void> {
|
||||
const config = vscode.workspace.getConfiguration("aiCommit")
|
||||
const config = vscode.workspace.getConfiguration("zemit")
|
||||
|
||||
let models: string[]
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user