We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aad6ffd commit b25f6bfCopy full SHA for b25f6bf
src/vscode-dts/vscode.proposed.documentPaste.d.ts
@@ -47,12 +47,12 @@ declare module 'vscode' {
47
/**
48
* The text or snippet to insert at the pasted locations.
49
*/
50
- readonly insertText: string | SnippetString;
+ insertText: string | SnippetString;
51
52
53
* An optional additional edit to apply on paste.
54
55
- readonly additionalEdit?: WorkspaceEdit;
+ additionalEdit?: WorkspaceEdit;
56
57
58
* @param insertText The text or snippet to insert at the pasted locations.
0 commit comments