/
outbreak
/
kilocode
Обзор
Документация
Войти
/
outbreak
/
kilocode
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
src/activate/index.ts
5 строк
280 B
Chris Estreich
Move presentAssistantMessage into its own module (#3345)
08 май 2025, 21:59
Не верифицирован
08 май 2025, 21:59
7cea2e8
Код
Авторство
О чём код?
export { handleUri } from "./handleUri" export { registerCommands } from "./registerCommands" export { registerCodeActions } from "./registerCodeActions" export { registerTerminalActions } from "./registerTerminalActions" export { CodeActionProvider } from "./CodeActionProvider"