You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: release-notes/v1_103.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -307,7 +307,7 @@ This feature shows you, per project, the percentage of characters that was inser
307
307
308
308
The notebook inline chat control can now use the full suite of notebook agent tools to enable additional capabilities like running cells and installing packages into the kernel.
309
309
310
-
<video src="images/1_103/notebook-inline-agent.mp4" title="Video showing a coding agent session opening in a chat session editor" autoplay loop controls muted></video>
310
+
<video src="images/1_103/notebook-inline-agent.mp4" title="Video showing a coding agent session opening in a chat session editor." autoplay loop controls muted></video>
311
311
312
312
To enable agent tools in notebooks, enable the new experimental setting `setting(inlineChat.notebookAgent:true)`. This also currently requires enabling the setting for inline chat v2 `setting(inlineChat.enableV2:true)`.
313
313
@@ -394,7 +394,7 @@ When you hover over a symbol in JavaScript or TypeScript, VS Code tries to show
394
394
395
395
That's why this iteration, we've added new UI that gives you more control over how types are shown in hovers. When you hover over a symbol, now you can select the little `+` icon on the left side of the hover control to expand the interfaces and complex types in the hover into their components. For example, you can use this to see the properties of an interface directly in the hover:
Hovers can be expanded multiple times, which recursively expands types from the previous expansion. If you ever expand too much, just select the `-` icon to go back to the previous level. Also keep in mind that not every type is expandable and that we still need some limits on just how much expansion we can support. [Let us know](https://github.com/microsoft/vscode/issues/new?template=bug_report.md) if there are any cases where expandable hovers aren't working how you'd like.
400
400
@@ -426,7 +426,7 @@ Building off [last iteration's Copilot coding agent integration](https://code.vi
426
426
427
427
* Start a coding agent session from VS Code with the `#copilotCodingAgent` tool or via the [UI controls](https://code.visualstudio.com/updates/v1_102#_start-a-coding-agent-session-preview).
428
428
429
-
<video src="images/1_103/coding-agent-start.mp4" title="Video showing a coding agent session opening in a chat session editor" autoplay loop controls muted></video>
429
+
<video src="images/1_103/coding-agent-start.mp4" title="Video showing a coding agent session opening in a chat session editor." autoplay loop controls muted></video>
430
430
431
431
* Follow the progress of coding agent in an attached chat editor.
0 commit comments