Skip to content
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 improved workspace edit api #42334

Closed
2 tasks done
jrieken opened this issue Jan 29, 2018 · 1 comment
Closed
2 tasks done

Test improved workspace edit api #42334

jrieken opened this issue Jan 29, 2018 · 1 comment

Comments

@jrieken
Copy link
Member

jrieken commented Jan 29, 2018

Test for: #10659
Complexity: 2

We have enhanced the WorkspaceEdit-api to allow to create, delete, and rename files. Test that

  • everything works as advertised
  • things behave reasonable in corner cases, e.g. delete a file, then update it
@jrieken jrieken added this to the January 2018 milestone Jan 29, 2018
@jrieken
Copy link
Member Author

jrieken commented Jan 29, 2018

FYI - to test against the latest API do the following:

  • open your extensions package.json file
  • change the engine.vscode property to *
  • run npm run postinstall (assuming you have the vscode module as dev-dependency)
  • undo the engine-version change from step 2

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants