We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fc6542 commit f654e18Copy full SHA for f654e18
1 file changed
src/vs/vscode.d.ts
@@ -3515,6 +3515,10 @@ declare module 'vscode' {
3515
*
3516
* The editor will only resolve a completion item once.
3517
3518
+ * *Note* that accepting a completion item will not wait for it to be resolved. Because of that [`insertText`](#CompletionItem.insertText),
3519
+ * [`additionalTextEdits`](#CompletionItem.additionalTextEdits), and [`command`](#CompletionItem.command) should not
3520
+ * be changed when resolving an item.
3521
+ *
3522
* @param item A completion item currently active in the UI.
3523
* @param token A cancellation token.
3524
* @return The resolved completion item or a thenable that resolves to of such. It is OK to return the given
0 commit comments