Skip to content

Commit 33e82bd

Browse files
authored
Add screenshot
1 parent 7ab3507 commit 33e82bd

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed
Lines changed: 3 additions & 0 deletions
Loading

release-notes/v1_96.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ Edit sessions are now fully restored after restarting VS Code. This includes the
6969

7070
You can add files to your Copilot Edits working set with the new **Add File to Copilot Edits** context menu action for search results in the Search view and for files in the Explorer view. Additionally, you can also attach a text selection to Copilot Edits from the editor context menu.
7171

72+
![Add a file from the explorer view to Copilot Edits](images/1_96/add-file-to-edits.png)
73+
7274
### Debugging with Copilot
7375

7476
Configuring debugging can be tricky, especially when you're working with a new project or language. This milestone, we're introducing a new `copilot-debug` terminal command to help you debug your programs using VS Code. You can use it by prefixing the command that you would normally run with `copilot-debug`. For example, if you normally run your program using the command `python foo.py`, you can now run `copilot-debug python foo.py` to start a debugging session.

0 commit comments

Comments
 (0)