|
5 | 5 | *--------------------------------------------------------------------------------------------*/ |
6 | 6 |
|
7 | 7 | /** |
8 | | - * Type Definition for Visual Studio Code 1.102 Extension API |
| 8 | + * Type Definition for Visual Studio Code 1.103 Extension API |
9 | 9 | * See https://code.visualstudio.com/api for more information |
10 | 10 | */ |
11 | 11 |
|
@@ -3139,12 +3139,12 @@ declare module 'vscode' { |
3139 | 3139 | */ |
3140 | 3140 | export class EvaluatableExpression { |
3141 | 3141 |
|
3142 | | - /* |
| 3142 | + /** |
3143 | 3143 | * The range is used to extract the evaluatable expression from the underlying document and to highlight it. |
3144 | 3144 | */ |
3145 | 3145 | readonly range: Range; |
3146 | 3146 |
|
3147 | | - /* |
| 3147 | + /** |
3148 | 3148 | * If specified the expression overrides the extracted expression. |
3149 | 3149 | */ |
3150 | 3150 | readonly expression?: string | undefined; |
@@ -18841,7 +18841,7 @@ declare module 'vscode' { |
18841 | 18841 | * Creates a {@link FileCoverage} instance with counts filled in from |
18842 | 18842 | * the coverage details. |
18843 | 18843 | * @param uri Covered file URI |
18844 | | - * @param detailed Detailed coverage information |
| 18844 | + * @param details Detailed coverage information |
18845 | 18845 | */ |
18846 | 18846 | static fromDetails(uri: Uri, details: readonly FileCoverageDetail[]): FileCoverage; |
18847 | 18847 |
|
@@ -20411,7 +20411,7 @@ declare module 'vscode' { |
20411 | 20411 | * any custom flow. |
20412 | 20412 | * |
20413 | 20413 | * In the former case, the caller shall pass the |
20414 | | - * {@link LanguageModelToolInvocationOptions.toolInvocationToken toolInvocationToken}, which comes with the a |
| 20414 | + * {@link LanguageModelToolInvocationOptions.toolInvocationToken toolInvocationToken}, which comes from a |
20415 | 20415 | * {@link ChatRequest.toolInvocationToken chat request}. This makes sure the chat UI shows the tool invocation for the |
20416 | 20416 | * correct conversation. |
20417 | 20417 | * |
@@ -20601,7 +20601,7 @@ declare module 'vscode' { |
20601 | 20601 |
|
20602 | 20602 | /** |
20603 | 20603 | * Construct a prompt-tsx part with the given content. |
20604 | | - * @param value The value of the part, the result of `renderPromptElementJSON` from `@vscode/prompt-tsx`. |
| 20604 | + * @param value The value of the part, the result of `renderElementJSON` from `@vscode/prompt-tsx`. |
20605 | 20605 | */ |
20606 | 20606 | constructor(value: unknown); |
20607 | 20607 | } |
|
0 commit comments