-
Notifications
You must be signed in to change notification settings - Fork 29.4k
New issue
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
Test new workspace event API #85929
Labels
Milestone
Comments
fyi - use the vscode-dts-utility to use the latest version of |
sbatten
assigned roblourens, eamodio, deepak1556 and dbaeumer and unassigned roblourens and eamodio
Dec 3, 2019
fyi - this should be finalised API but the PR didn't make it in time. So, the API is still in proposed but won't change anymore. (In master it's moved to stable) |
Worked nicely for me. I tested under Windows. |
Works pretty good on macOS 👍 , identified a couple of edge cases. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Refs: #43768
Complexity: 3
There are new event that fire before and after a file or folder is being created, renamed, and deleted. These events are
vscode.workspace.onWillRename
,...onDidRename
,..onWillCreate
,...onDidCreate
,...onWillDelete
, and...onDidDelete
. Testvscode.workspace.applyEdit
APIvscode.workspace.fs
API.The text was updated successfully, but these errors were encountered: