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 API'ish way to change configuration settings #12614

Closed
1 task done
jrieken opened this issue Sep 26, 2016 · 1 comment
Closed
1 task done

Test API'ish way to change configuration settings #12614

jrieken opened this issue Sep 26, 2016 · 1 comment

Comments

@jrieken
Copy link
Member

jrieken commented Sep 26, 2016

Test for #1396

Complexity 3

We added new API for writing configuration settings. Test the following

  • update global and workspace configuration
  • update config values that live in launch.json and/or task.json
  • try to delete a value
  • test the corner cases and make sure that you receive good error messages
    • try to update an in-existent value
    • try to update something with isn't a property but a property group (editor vs editor.tabSize)
    • try to update with invalid values, editor.tabSize = true
@jrieken jrieken added this to the September 2016 milestone Sep 26, 2016
@jrieken
Copy link
Member Author

jrieken commented Sep 26, 2016

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

This issue was closed.
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