mirror of
https://github.com/microsoft/vscode.git
synced 2026-09-09 02:12:20 +01:00
* copilot: validate apply patch move destinations Checks each source and move destination before the tool creates edits. - Reuses resolved paths for text and notebook edit generation. - Adds tests for blocked and allowed move destinations. (Commit message generated by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * copilot: check move destinations with proposed contents Evaluates destination rules against the content that the move will write. - Passes optional contents through the ignore service. - Avoids path verdict caching for proposed content checks. - Adds coverage for content rules on new destination paths. (Commit message generated by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * copilot: use test string style Uses the extension test suite's required single-quoted string style in the move patch fixture. (Commit message generated by Copilot) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>