Manage configurations
Manage web exp configurations
This feature is still on beta phase
You may encounter some bugs with the configuration feature, to overcome the bugs use the "Clear all configuration" command to reinitialze the extension and reconfigure it.
Overview
The configuration feature lets you manage multiple web exp accounts and environments and easily switch between them.
Each configuration contains :
- username (unique)
- Client ID
- Client Secret
You can retrieve these data from the platform or follow these instructions
Usage
If you log in for the first time, you will land on the welcome page, once you click on the configure button you will be instructed to insert a unique name for your configuration (we recommend accountName-EnvironmentName).
There are two ways to set a configuration:
- Insert the Client ID, Client Secret and Account ID.
When you are all set up you can use the extension.
If you want to add another configuration use the Manage configuration feature in the "Quick Access" panel
Adding new configuration
Once you add a new configuration, it's not automaticly selected, you have to use the Manage configuration feature to select it.
Then on the + icon to insert a new configuration, you can select, delete the configuration.
Configuration validation
Validation of a configuration is performed after a selection.
If you want to delete or clear all configurations and log out, use the built-in VSCode command ctrl+shift+p/⌘+shift+p then type "AB Tasty: Clear all configurations".
"AB Tasty: Clear all configurations" command is not reversible
Token expires after 24 hours
The token generated from the configuration expired after 24 hours, you have to reselect the configuration to generate a new token.
The VSCode extension use AB Tasty CLI
The extension use the CLI to manage Web exp resources, so any changes made in configuration in the VSCode will affect the CLI authentication configuration.
Updated 2 months ago