Add code complete functionality

This commit is contained in:
bobo.yang 2024-04-08 22:10:56 +08:00
parent 9924472c1a
commit 4907715d56

View File

@ -31,6 +31,7 @@ import { startRpcServer } from './ide_services/services';
import { registerCodeLensProvider } from './panel/codeLens';
import { stopDevChatBase } from './handler/sendMessageBase';
import { DevChatConfig } from './util/config';
import { InlineCompletionProvider, registerCodeCompleteCallbackCommand } from "./contributes/codecomplete/codecomplete";
async function migrateConfig() {