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 made improvements to the WorkspaceEdit-API. It now allows to create files with content (binary or text) and now allows to make snippet text edits. The latter requires an editor but falls back to a normal text edits. To test, do the following
Refs: #148667, #145374
Complexity: 4
Create Issue
We made improvements to the
WorkspaceEdit
-API. It now allows to create files with content (binary or text) and now allows to make snippet text edits. The latter requires an editor but falls back to a normal text edits. To test, do the followingnpx vscode-dts main
vscode.workspace.applyEdit
-APIWorkspaceEdit#createFile
allows to pass content and that the file will be created with that contentSnippetTextEdit
which can used with theWorkspaceEdit#set
-method.The text was updated successfully, but these errors were encountered: