mirror of
https://github.com/adnaan-worker/adnify.git
synced 2026-08-29 03:50:51 +08:00
a62f831340
- Add Debug Adapter Protocol (DAP) client implementation for debugger communication - Implement DebugService with session management and breakpoint handling - Add Node.js debug adapter with launch and attach configuration support - Create debug IPC handlers for renderer-main process communication - Add DebugPanel component for UI debugging interface with breakpoint visualization - Implement ConflictResolver component for git merge conflict resolution - Add GlobalErrorHandler component for centralized error management - Create useEditorBreakpoints hook for editor breakpoint state management - Add debugSlice to Redux store for debug session state management - Implement debug command palette integration - Update preload script to expose debug APIs to renderer process - Add debug configuration snippets and supported language detection - Fix postcss.config.js module export format for better compatibility - Remove redundant LLM utils module - Update StatusBar to display debug session information - Enhance GitView with conflict resolution capabilities
7 lines
82 B
JavaScript
7 lines
82 B
JavaScript
module.exports = {
|
|
plugins: {
|
|
tailwindcss: {},
|
|
autoprefixer: {},
|
|
},
|
|
}
|