We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 104a27b commit 88eba79Copy full SHA for 88eba79
src/aiProviders/continue/continueContextProvider.ts
@@ -197,6 +197,5 @@ export async function registerContinueProvider() {
197
const continueAPI = continueEx?.exports;
198
continueAPI?.registerCustomContextProvider(provider);
199
vscode.commands.executeCommand('setContext', 'vscode-db2i:continueExtensionActive', true);
200
- vscode.window.showInformationMessage(`@Db2i context provider enabled in Continue!`);
201
}
202
0 commit comments