Current workaround: This information is stored in the memento storage that you pass when you initialize the experimentation service with the key VSCode.ABExp.FeatureData, so you could read that value and log it.
Since this returns all experiments run by the ExP platform we can filter them out so that we only display the experiments run by the Python extension.
Current workaround: This information is stored in the memento storage that you pass when you initialize the experimentation service with the key
VSCode.ABExp.FeatureData, so you could read that value and log it.Since this returns all experiments run by the ExP platform we can filter them out so that we only display the experiments run by the Python extension.