Skip to content

Commit 88eba79

Browse files
committed
remove info message
1 parent 104a27b commit 88eba79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/aiProviders/continue/continueContextProvider.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,5 @@ export async function registerContinueProvider() {
197197
const continueAPI = continueEx?.exports;
198198
continueAPI?.registerCustomContextProvider(provider);
199199
vscode.commands.executeCommand('setContext', 'vscode-db2i:continueExtensionActive', true);
200-
vscode.window.showInformationMessage(`@Db2i context provider enabled in Continue!`);
201200
}
202201
}

0 commit comments

Comments
 (0)