Skip to content

Commit

Permalink
remove info message
Browse files Browse the repository at this point in the history
  • Loading branch information
ajshedivy committed Nov 6, 2024
1 parent 104a27b commit 88eba79
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/aiProviders/continue/continueContextProvider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,5 @@ export async function registerContinueProvider() {
const continueAPI = continueEx?.exports;
continueAPI?.registerCustomContextProvider(provider);
vscode.commands.executeCommand('setContext', 'vscode-db2i:continueExtensionActive', true);
vscode.window.showInformationMessage(`@Db2i context provider enabled in Continue!`);
}
}

0 comments on commit 88eba79

Please sign in to comment.