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: Configuration and environment service cleanup #11023

Closed
3 tasks done
bpasero opened this issue Aug 26, 2016 · 2 comments
Closed
3 tasks done

Test: Configuration and environment service cleanup #11023

bpasero opened this issue Aug 26, 2016 · 2 comments
Assignees
Milestone

Comments

@bpasero
Copy link
Member

bpasero commented Aug 26, 2016

In order to work on extension API for configuration management, quite some debt in configuration land and environment handling (cli) was removed and lots of code refactored. We should make sure that we did not introduce regressions while doing so in the areas touched:

  • All our command line arguments passed to VS Code work as before and work for either no instance running or an existing instance running
  • You can install extensions from the command line
  • User settings are being picked up and apply live throughout the UI
  • Workspace settings are being picked up and apply live throughout the UI
  • Debug an extension and verify the extension settings it defines are picked up properly within the extension
@bpasero bpasero added this to the August 2016 milestone Aug 26, 2016
@bpasero bpasero changed the title Test: Configuration service cleanup Test: Configuration and environment service cleanup Aug 26, 2016
@isidorn
Copy link
Contributor

isidorn commented Aug 30, 2016

Debug an extension and verify the extension settings are picked up properly within the extension

@bpasero You mean the workspace and user settings inside the window where the extension is launched? Or what extension settings are you refering to?

@bpasero
Copy link
Member Author

bpasero commented Aug 30, 2016

@isidorn settings defined by the extension itself.

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

4 participants