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
// We release editors in order so that it's more likely that the same editor will be assigned if this element is re-rendered right away, like it often is during progressive rendering
Copy file name to clipboardExpand all lines: src/vscode-dts/vscode.proposed.chatParticipant.d.ts
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -309,7 +309,7 @@ declare module 'vscode' {
309
309
* `push(new ChatResponseMarkdownPart(value))`.
310
310
*
311
311
* @see {@link ChatResponseStream.push}
312
-
* @param value A markdown string or a string that should be interpreted as markdown.
312
+
* @param value A markdown string or a string that should be interpreted as markdown. The boolean form of {@link MarkdownString.isTrusted} is NOT supported.
0 commit comments