packages/kilo-vscode/docs/features/file-attachments.md
Priority: P2 Issue: #6078
Image attachments and @file path mentions work. Non-image file content attachments are missing.
The following image formats are supported for paste and drag-and-drop:
image/png)image/jpeg)image/gif)image/webp)VS Code disables webview pointer-events during drag operations so it can handle drops in the editor area. To drop images into the chat input, hold Shift while dragging. This re-enables the webview to receive drop events (VS Code 1.91+, see microsoft/vscode#182449).