Skip to content

Commit e99aa58

Browse files
authored
Merge pull request #7764 from microsoft/blog-update-img-src
Fix src for img tags
2 parents 4e7f73f + 0f262c8 commit e99aa58

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blogs/2024/11/12/introducing-copilot-edits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@ Copilot Edits works because it puts you in control, from setting the right conte
2727

2828
There is a new UI concept – the Working Set - that puts you in control and allows you to define on what files the edits need to be applied. You can also add files to the working set by dragging and dropping files or editor tabs, or by pressing `#` to explicitly add them. Copilot Edits automatically adds your active editors across editor groups to the Working Set.
2929

30-
<img src="working-set.png" alt="Screenshot of the Working Set, showing the user adding index.js" style="width:600px;">
30+
<img src="/assets/blogs/2024/11/12/working-set.png" alt="Screenshot of the Working Set, showing the user adding index.js" style="width:600px;">
3131

3232
Working Sets, together with the Undo and Redo functionality, gives you precise control over changes and allows you to decide exactly where and how to apply them. Copilot Edits shows the generated edits in-place right in your code and provides you with a code review flow, where you can accept or discard each of the AI-generated edits. Copilot Edits will not make changes outside of the Working Set – the only exception being when it proposes to create a new file.
3333

34-
<img src="changes.png" alt="Screenshot of the inline changes, showing the Accept / Discard widget" style="width:600px;">
34+
<img src="/assets/blogs/2024/11/12/changes.png" alt="Screenshot of the inline changes, showing the Accept / Discard widget" style="width:600px;">
3535

3636
Copilot Edits is in the Secondary Side Bar (default on the right) so that you can interact with views in the Primary Side Bar, such as the Explorer, Debug, or Source Control view, while you’re reviewing proposed changes. For example, you can have unit tests running in the [Testing](https://code.visualstudio.com/docs/editor/testing) view on the left, while using the Copilot Edits view on the right, so that in every iteration you can verify if the changes Copilot Edits proposed are passing the unit tests.
3737

3838
Using your [voice](https://code.visualstudio.com/docs/editor/voice) is a natural experience while using Copilot Edits. Just talking to Copilot makes the back-and-forth smooth and conversational. It almost feels like interacting with a colleague that is an area expert, using the same kind of iterative flow that you would use in real life pair programming.
3939

40-
Copilot Edits makes code editing with AI accessible to users with varying skills. As a product manager at Microsoft, I can quickly iterate on early ideas with Copilot Edits without much coding. For my VS Code engineering colleagues, Copilot Edits helps them to easily create complex refactorings across multiple files in the [vscode repo]( https://github.com/microsoft/vscode). For example, one team member who had zero Swift experience, created a custom macOS app from scratch using Copilot Edits – after each iteration they ran the app, identified what was not working, and gave Copilot Edits appropriate follow-up instructions.
40+
Copilot Edits makes code editing with AI accessible to users with varying skills. As a product manager at Microsoft, I can quickly iterate on early ideas with Copilot Edits without much coding. For my VS Code engineering colleagues, Copilot Edits helps them to easily create complex refactorings across multiple files in the [vscode repo](https://github.com/microsoft/vscode). For example, one team member who had zero Swift experience, created a custom macOS app from scratch using Copilot Edits – after each iteration they ran the app, identified what was not working, and gave Copilot Edits appropriate follow-up instructions.
4141

4242
## Under the covers
4343

0 commit comments

Comments
 (0)