We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update in the signature of WorkspaceEdit.set(uri: Uri, edits: ReadonlyArray<[TextEdit | SnippetTextEdit, WorkspaceEditEntryMetadata | undefined]>): void; and WorkspaceEdit.set(uri: Uri, edits: ReadonlyArray<[NotebookEdit, WorkspaceEditEntryMetadata | undefined]>): void;
WorkspaceEdit.set(uri: Uri, edits: ReadonlyArray<[TextEdit | SnippetTextEdit, WorkspaceEditEntryMetadata
]>): void;
WorkspaceEdit.set(uri: Uri, edits: ReadonlyArray<[NotebookEdit, WorkspaceEditEntryMetadata
see https://github.com/microsoft/vscode/blob/4e52791d3e2ecd20247ee5c774f0fa533299f369/src/vscode-dts/vscode.d.ts#L3955
The text was updated successfully, but these errors were encountered:
Update WorkspaceEdit metadata typing
c6b67fe
Fixes eclipse-theia#13355 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
Update WorkspaceEdit metadata typing (#13395)
384557b
Fixes #13355 Contributed on behalf of STMicroelectronics Signed-off-by: Thomas Mäder <[email protected]>
tsmaeder
Successfully merging a pull request may close this issue.
update in the signature of
WorkspaceEdit.set(uri: Uri, edits: ReadonlyArray<[TextEdit | SnippetTextEdit, WorkspaceEditEntryMetadata
| undefined]>): void;
and
WorkspaceEdit.set(uri: Uri, edits: ReadonlyArray<[NotebookEdit, WorkspaceEditEntryMetadata
| undefined]>): void;
see https://github.com/microsoft/vscode/blob/4e52791d3e2ecd20247ee5c774f0fa533299f369/src/vscode-dts/vscode.d.ts#L3955
The text was updated successfully, but these errors were encountered: