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
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
The text was updated successfully, but these errors were encountered:
In order to work on extension API for configuration management, quite some debt in
configuration
land andenvironment
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:The text was updated successfully, but these errors were encountered: