feat(vscode): insert dropped resource paths - #2471
Conversation
|
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: ef36774116
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
ef36774 to
e8b4519
Compare
|
Addressed the remote-workspace review in Validation: reproduced |
Closes #2245.
What changed
Why
The webview already intercepted every document drop, but only consumed media files. Explorer resources therefore appeared to be accepted while their paths were silently discarded. This adds the missing resource-path branch without regressing media uploads.
Test verification (RED → GREEN)
Disclosure
AI-assisted using OpenAI Codex. The human contributor reviewed the implementation and remains responsible for understanding, testing, licensing, and maintaining every submitted line.